urldecode question
How would I format this line of code properly?
<?php echo urldecode($_GET['Title']); ?
undefined offset help
Hi All,
I kept getting undefined offset PHP notice for a simple for loop. For eg
$va = arr
returning data from an ssh2_exec()
here's what i got.
$conn = ssh2_connect($this->_host);
ssh2_auth_password($c
having a small php error tha deals with the 'foreach'
Last night i was working on a script for a cart and it seemed to working good, until this morning. F
When file included, REMOTE_ADDR is server's?
I have an index file that handles my site, basically index.php?page=ip will activate "require('
Referential Integrity problem when inserting into 2 tables at same time
Hello Everyone,
Im relativity new to PHP and MySQL and i have come up against a problem. i h
upload image name with extension using php
hi frds..
<input id="file1" type="file" name="file[]" &a
Display last record first.
I need some help how put the last record first and first record last.
Thanks
Code: &am
Warning message
I've put a website that I was doing live and I'm getting this warning message when I try to add a ne
How to add functionality to a simple php calender?
Hello everyone,
I have just finished creating a simple php calander. Can someone point