help with image upload code
Hello,
right now this code I have resizes images and then places them into the uploads folder
PHP and SMS
Hi all forum members. I am new here and am unsure what category shoild I post this in.
Moderator
Downloading file (Headers)
I'm trying to make users download a file, but they must wait 60 seconds before it begins.
But
PHP/Database issue
My friend is helping me make a database where you go to a certain webpage of my site and the page wi
regex for quoted text within a string
I am still getting the hang of regex expressions, but I cant seem to figure out how I would escape q
Anti Spam Code
Ok where do i start? Probably by telling you I have very little working knowledge of PHP and that I
whats wrong with my code please help!!!
this is the error
Warning: mysql_close(): supplied argument is not a valid MySQL-Link res
Multi Level Array Problem
hi all,
For example I have array like below:
$temp = array(array('north america', 'us'
Extracting URL pointer within XML tag
Hi.
I'm trying to extract text between two quotation marks in XML. For example, I want to ex
urldecode question
How would I format this line of code properly?
<?php echo urldecode($_GET['Title']); ?