Web development and programming questions and answers
Questions
189153
Answers
30791
forms - php- dynamically created radio buttons handle
so.. i've got an upload page where i can upload an xml table filled with data. im handling it on the
Read More
php - Replace an image with its alt-tag
Hoi, i have a string filled with html-content. What i need to do now is, to replace every image with its alt-text. The
Read More
PHP inside an html table using show and div
I am trying to display some PHP generated content inside an html table, the file is a PHP file and the
Read More
PHP - Java opt() for arrays to set fallback value
I wonder if there is a PHP solution for Java's {-code-1} function. For example: In some cases I get a {-code-2} parameter,
Read More
php - Contact Form with PHPMailer
I have a very simple form consisting of: Name Email Message I am using PHPMailer to send the form because I also want it to
Read More
php - Moodle update mysql from code
I am unfamiliar with Moodles methods of updating a database with code. I have this statement: {-code-1} This format works when getting records from
Read More
php - Zend Framework 2 home page
I'm experimenting with ZF2, and I have the 1st problem, I downloaded Skeleton Application, and uploaded to a shared hosting, Now
Read More
Need help resetting a php counter
I'm really new to php. I decided to make a counter based off a script I've seen. I've made changes to
Read More
php - Symfony 2: How to get route defaults by route name?
Is it possible to retrieve info about a certain route by its name, or get a list of all routes? I need
Read More
php - How do I access a variable from another method? Or how to do better?
I would like to know if there is any other way than to repeat my request in my controller. I have
Read More
