help with Get_
ok some how this is not working i am not sure what i am doing wrong here but what this does is when
Query issues
I probably have this setup wrong well I know I do because nothing is showing up now. What I want is
PHP4 to PHP5 Conversion
Hi Everyone,
I am working on a site that is built up on PHP4 and each page is being started f
a function to check directory depth
I'm working on a php script to upload files in to a set directory.
the user can select to upload
Looking for help reading a .txt or .ini file and outputting the info.
I have a file called Info.ini and It has the following info:
Code: [General]
Online=0
I wou
cURL proxy
Okay here is the thing... i know how to add proxys
Code: curl_setopt($ch, CURLOPT_PROXYTYPE,
PHP Thumbnail Creation
Ok so i use this function to create thumbnails:
Code: function createthumb($name,$filename,$n
How do I send data using an html link
Hi
If I have
<a href="main_file.php">
How do I send data t
Why is this function returning a false value when it shouldn't be??
This is in an include file. I want it to check a value in an html form and see if it's just white s
values in array being escaped
I would like to submit some values - back to the same form for checking before processing...