PHP How to get the id from a file input field
I was just wondering how I would go about retrieving the id from an input type file field within PHP. [Code Block] I nee...
Latest news, tutorials, and updates from the PHP community
8596 articles available
I was just wondering how I would go about retrieving the id from an input type file field within PHP. [Code Block] I nee...
I'm trying to code a search function for a site written on CodeIgniter but have trouble with the join statement in the m...
I'm trying to code a search function for a site written on CodeIgniter but have trouble with the join statement in the m...
I have the following problem: on a very simple php-mysqli query: [Code Block] I get strings wrongly encoded as Western e...
So I have xampp and the thing won't report anything at all... I even forced an error and it didn't do anything... I used...
simplified db setup table:clients fields: clientId(autoinc/primary), customerId, clientName table:projects fields: proje...
Does anyone know PHP code that would strip any characters from string except number. But if there is space between numbe...
My current version of ci is 1.7.2 but ehen i am using [Code Block] in my controller an below shown is my class controlle...
I am so used to straight writing of queries rather than using ORM's that it's a little confusing. I have this query: [Co...
I'm looking for a way to make a web server cache and provide resized images from another remote server. Let's say there'...
I'm kinda new to PHP and MySQL. [Code Block] So I have his part in my code. I want the date to be saved in my database. ...
I sometimes have variables that might not be set and I would like to use a default parameter instead. Like here: [Code B...
Showing 7357 to 7368 of 8596 articles