Sql and php order list script problems
Hi im having a few problems with trying to get the coding right on a orders list ive done (or trying
INSERT data problem!
After having an string with apostrophes ', double quotes " or any other special characters, suc
ClientScript.RegisterClientScriptBlock Issue
This is what I haveview plaincopy to clipboardprint?Protected Sub posrback_Click(ByVal sender As Obj
Populate drop down list from table??
Lets say for arguments sake that i have a table which contains the numbers 1 to 10.
How can i get
Quick Syntax Question
Hi folks,
I'm getting the following error: "unexpected T_LNUMBER". I'm trying to b
Xml parsing
I need a suggestion about parsing xml with multiply parts like pervious...
i.e. different device
$_FILES array
Ok,
I just started experimenting with PHP today. My goal right now is to have people be able
Load file in PHP
I have 2 files. The first is a PHP generated XML file that's dependent by 2 inputs. The second is a
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
small inaccuracies
I have this code to convert fractional base 10 into base 2:
while($num > 0)