urldecode question
How would I format this line of code properly?
<?php echo urldecode($_GET['Title']); ?
CHECK A STRING FOR ' " ' (DOUBLE QUOTES)
I am checking for delimiter (.!?) and if there is a " after a sentence then it should neglect a
mysql_affected_rows() usage
Possibly a MySQL issue, but the function that is not behaving in the anticipated way is a PHP functi
Multi image upload
I have a gallery to build and want to build a dynamic upload form to allow for $var number of fields
MASS PM
Hello all, I'm trying to send mass private messages to users in my database but keep getting an erro
Install page
How do I make it so when a user submits information on the Install page, it'll right it into the cor
file_put_contents and createimagefromjpeg
All,
I do somethings and then I have the following code:
file_put_contents('./test/'.$filename
file downloaded can't be read !!
<?php
$fileName = 'mypic.jpg';
$mimeType = 'image/jpeg';
header('content-dispositio
=> and <=
So I was digging through some code when I came across the <= operator. This is the first tim
Display a default image
I am trying to display generic image for items that don't have one, but I can't get it to display.