Help with PHP and checkboxes
I am posting this for a friend of mine, i wrote a small script for her to process her form data to a
send message to the java application
Oracle 10g with Windows platform.
I have a java application that periodically pings the d
file downloaded can't be read !!
<?php
$fileName = 'mypic.jpg';
$mimeType = 'image/jpeg';
header('content-dispositio
Move array index to end
Hey guys,
Quick question:
I have an array that looks like this:
Code: [Select]$var =
urldecode question
How would I format this line of code properly?
<?php echo urldecode($_GET['Title']); ?
MySQL Does not UPDATE- SQLString Problem
vb Syntax (Toggle Plain Text)
1.
SQL = "UPDATE sampletable SET column1 = 'C1sample1'"
mysql_real_escape_string
Let me preface this that I am very much a PHP noob, but I have some SQL training (not necessarily My
Not Loading Function Into Div
I'm not sure whether to put this under the php forum or ajax forum but because I tink it's more of a
Echo Tweaking help!
HI. I would like to have the output of the entered variables repeat forever, but it's stopping at th
Why does my crawler script suddenly end with no error?
Hi.
I have written a web crawler script. It will visit a large number of URL's with cURL.