Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result
what is wrong with this
Code: [Select]<?php
if ($_SERVER['HTTP_REFERER'])
{
All possible combinations of String in PL/SQL
Hi All,
Could you please explain the logic of getting all possible combinations of String
scandir clients directory
hi,
how can i scandir the clients directory? i need a script that when i click a button it will u
Using loop to count number of entries
I'm writing a program that must ask user to type in numbers. After each entry, the program has to re
upload form file types....
Hey all, I am learning PHP and I am writing a script from the W3C Schools tutorials for uploading fi
php mysql query from input textbox
Hi,
I have a text box, in that i have given the mysql query. I can able to get the query in v
While Problem
i am having a problem with a while statement here is the code
Code: [Select]<?php
sess
Open/Close Links in Php
Hello, Hoping someone can inform me how I can get PHP to automatically open a set of links in a new
Remove directories not empty
hi,
i have an array that contains some names (1,4,6,56...). Every integer is a name of a folder.<
RTF fomatting to email content
Im trying to sen an email with content is picked up from a rtf-file (file_get_contents('*.rtf'). Mai