Deleting pointers froms vector?
Hi. I have a vector filled with pointers and I want to delete the pointers. I could do a loop and do
Amatuer requiring assistance
Beginner and amateur in need of assistance
My Site - (Spare Parts for Domestic Appliances)
animation progress while uploading files?
Hello, i have some website form to upload few files to server. i want to put some gif animation whi
urldecode question
How would I format this line of code properly?
<?php echo urldecode($_GET['Title']); ?
simplexml_load_file and rss problem
Hi,
I have a problem parsing an rss feed using simplexml_load_file - this is strange as i hav
str_replace help
I am thinking str_replace is my only option to filter outputs from my database to convert them to sa
reading partial code from external site
Hi,
I am trying to write a script for my website to get an article from an external website.
Why is this query failing?
Why is this not working?
$query = "SELECT * FROM `users` WHERE `userid` = " . $USERID
Echoing If Function?
A script I am using has If statements in the comments form to basically tell the form what to do. Cu