Likes Received By UnrealEd
-
neroux liked UnrealEd's post in the thread Force content refresh +rep for help!.
you can add a random number to the location of the swf. This way the browser sees it as a different url. Here's a php code that do so:...
Jul 7, 2007 -
glasglow liked UnrealEd's post in the thread php mysql mysql_fetch_array options.
try this: $string = $_POST['data']; while($row = mysql_fetch_array( $result )) { $string = str_replace($row[one],$row[two],$string); }...
Jun 30, 2007 -
okgaz liked UnrealEd's post in the thread Force content refresh +rep for help!.
you can add a random number to the location of the swf. This way the browser sees it as a different url. Here's a php code that do so:...
Jun 28, 2007 -
sawz liked UnrealEd's post in the thread Why is this include not working?.
not true: it depends on a setting in the php.ini file, named allow_url_fopen if it is set to 'On', you can include external scripts (i...
Jun 25, 2007 -
kanwarjot liked UnrealEd's post in the thread database help needed??.
i've tested it on my server with this code: CREATE TABLE `funny` ( `id` int( 10 ) NOT NULL AUTO_INCREMENT , `name` VARCHAR( 255 ) NOT...
Jun 22, 2007 -
nevetS liked UnrealEd's post in the thread varialbe in URL string.
echo '<a href="' . $go . 'sort=' . $rows->name . '&order=ASC>UP</a>'; this should do :)
Jun 21, 2007 -
SedNaX liked UnrealEd's post in the thread swishmax question.....
Where did you place this code. The on(...) events tell me that this is written in the actionframe of a button? If so, you will have to...
Jun 21, 2007