PHP Form to Variable.
Hi! I have written a HTML-form code in DreamWeaver CS3 (in a PHP doc) and I really need it to work s
$_GET problem
Hi all,
Have a bit of a problem with a little piece of code, I am not sure if this should be
file_put_contents and createimagefromjpeg
All,
I do somethings and then I have the following code:
file_put_contents('./test/'.$filename
Help with PHP Email Script
Hi guys,
I'm a newbie to php and need help with the script below:
At the moment when I
How can use this array as a key?
Say I have this array for example:
print_r($array);
Prints:
Code: [Select]Array
Find only certain URLs from page ... regex (semi-complete script)
Hi guys,
What I need to do is take a page & extract all the URLs from the page &a
Why do I get this error?
Error:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or
line breaks in between fetched file names
Hi,
I have this code:
Code: <?php
if($dir = opendir('files')){
while (($f
How could I do this?
Ive got a simple lottery game, and am using an sql database to keep track of the numbers bought. But
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.