urldecode question
How would I format this line of code properly?
<?php echo urldecode($_GET['Title']); ?
using variables in another page
I have a test database set up on localhost. I have a form that I can type a name into, hit the butto
re calling a function without including file
Hi,
i am new to programming in php, i was just checking the wordpress code and found out in the w
import table with dependency
Hi
What is the best way to import table back which has dependency?
SQL> cre
[function.file]: failed to open stream: No such file or directory
Okay I wrote this little script to upload a csv file that is located on my webhosts server to a mysq
I got my hosting suspended XD
So I saw this challenge a day or so ago
http://www.programming-challenges.com/pg.php?page=dow
Extract text from string
Hi folks,
I have a string that looks like this:
aaaaaaaaaa:
bbbbbbbbbb (ccccccccc)
This is driving me nuts!
This insert query looks to be alright, however I get this error:
QuoteYou have an error in yo
cURL proxy
Okay here is the thing... i know how to add proxys
Code: curl_setopt($ch, CURLOPT_PROXYTYPE,
Using cURL to PUT
Can somebody help with the correct php code to make a cURL PUT request. Here is a sample of code bel