No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
Hi, first of all if you want to check the form before the POST have been made, you will have to do it on the client side, using javascript, or a flash app, anything that runs on client side. As for the server side, first verify if the fost is …
I do like codeIgniter best but from the tree you point out i'll choose ZendFramework without blinking.
hi, to open the outlook or the user default mail client simply use mailto:[email protected]. or make a link or redirect to [url]http://www.hotmail.com[/url]
Hi, sense you're using AS 2.0, i may consider the use of the sendAndLoad function, and make your PHP return something like a boolean flag, so on the cliente side (flash) you can tell the user either the mail was sent successfully or not. You can add an eventListner on …
For what i can see the problem is that PHP dosent interpret the code inside single quotes(') it treats all like a string. so i recomend you change your code to this [code=php] <?php $query_string1 = "reg_personal.personal_sex='Male'"; echo "<a href=\"".$_SERVER['PHP_SELF'] ."?pageno=1&query_string=" . $query_string1 . "\">First</a>"; ?> [/code] The url generated …
The End.
miguelp