Web Application Recipe
Hi Guys!
I am working with the Web Application recipes. I am currently working on the sen
storing results of a function - previous result overwritten with new result
I have created a function to validate input.
function validate_dimension($value,$name) {
<
Sending an SMS Message with ASP.NET
Often times it may be a requirement for your web application to send an SMS message. Such examples w
Rounding a number queried from a database
I know that to display a rounded number you just do echo "round($number)";. But how would
constructor ?
i have written this program and made 3 constructors in the class and i want to call them in the main
Supress some serveroutput but not all
Hi,
I have a script I'm working on that uses plsql to create and RMAN script, this uses d
strptime() equivalent for php4 ?!
Greetings!
this is my first post, thank you in advance for your replies.
Well, the ti
Converting from one format to another
"I have got a date in DD/MM/YYYY but I need it in MM-DD-YYYY. Help!"
why aint this working?
i have this code:
Code: $num = 250;
$count = ($num - $rcount);
echo $rc
Deleting a record php
Attempting to setup delete a record page. The below code I put together doesn't seem to work.