Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #27.9K
~612 People Reached
Favorite Forums
Favorite Tags

5 Posted Topics

Member Avatar for bornok15

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 …

Member Avatar for bornok15
0
137
Member Avatar for htcorp

I do like codeIgniter best but from the tree you point out i'll choose ZendFramework without blinking.

Member Avatar for miguelp
0
66
Member Avatar for shadowrider

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]

Member Avatar for miguelp
0
57
Member Avatar for mav140

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 …

Member Avatar for miguelp
0
201
Member Avatar for jino

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 …

Member Avatar for miguelp
0
151

The End.