Call Screen statement Error
Dear Experts,
is there any setting that needs to be done before creating any dialog progr
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.
array_diff weirdness
I'm using the following bit of code
$diff = array_diff($pids, $pidlist);
$diff = array_va
Return X values where an ID number doesnt matter
Well as for subject heading, thats the best i could think of.
Currently im having a problem w
php code generators
All
Whilst enjoying learning a new language i have come accross a number of free code generat
Calender Not Opening
The following code is not loading the javascript calender in another window. It's not doing anything
BB_Code error
I'm having a problem with a custom built function and keep getting this error:
Warning: M
Gridview Not updating in Update Panel
I have a gridview, three dropdown list boxes, and a button on my form. What is displayed in the gri
Variables and Include
Code: [Select]<?php
$header = $_COOKIE['mss']['header'];
$body = $_COOKIE['mss']['b
Generating unique numbers using php
Hi,
I need help in generating unique number using php.I tired using rand() in php.But, by using r