Reg Ex
Im trying to search for the string: srv_9 (Dead ???)
I thought to use preg_match, however I d
News script
Hi ...
I am not sure if this is the rite place to post this but if its not sorry
i am
Limiting uploaded file type
Hi. First post here
I am working on a simple upload script, and I need it to limit the allowed f
DOMDocument parsing
Hello, I am parsing an xml file from an API which I have converted into a DOMDocument in php. This i
Greek characters in php
Hi,
I'm making a script and I m using for first time greek characters.
I started to write
FlashVar function how to insert variables
Hi guys. Im new in this forum and also new in php programming. Can you help me about this code?
<
Login logout link help
Hi all,
Im new to php and Im having trouble creating a login/logout link for my page that dis
MSSQL/PHP
I am tryint to setup a webapplication developed in PHP, Apache2.0 and SQLServer2000 as backend which
the problem with str_replace
$str="hahahahahahahahahahahahahaha";
$nn=1;
$str=str_replace('ha','MyGod',$str,$nn);
my sql select id and then update problem.
I need to select some auto incremented ids out of a database and then use those id in a where statem