![]() |
|
Welcome to the Computer Webmaster Gaming Console Graphics Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| PHP PHP for some can be one of the hardest website programming codes, so do you need help on your PHP script, if it is php4, php5 or lower this is the place for you for any PHP help. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 | ||
| can anyone be so kind as to look at http://www.mysolution.ws/HYPOCRITE.php and let me know why it isn't passing the form data to http://www.mysolution.ws/insertHYPOCRITES.php for the most part, the scripts were created with http://phpcodegenie.sourceforge.net/ Thanks I am also going to be looking for a script to display my database, if you have any suggestions, I would appreciate it, right now, I am working with MySQLDataViewer, I don't really need to display any images/sound/video/files, I just wnat to display links to them | |||
| Advertisements |
| | #2 | ||
| In article <2f52c4c626a35e96e04fa90c3215a00e@dizum.com>, Nomen Nescio <nobody@dizum.com> wrote: > can anyone be so kind as to look at > > http://www.mysolution.ws/HYPOCRITE.php > > and let me know why it isn't passing the form data to > > http://www.mysolution.ws/insertHYPOCRITES.php Because the HTML form action is set to http://www.mysolution.ws/cgi-bin/insertHYPOCRITES.php, in the cgi-bin directory. hth [alt.php.sql trimmed from crosspost] -- Bulworth : funha@fung.arg | My email address is ROT13 encoded, decode to mail --------------------------|-------------------------------------------------- <http://www.phplabs.com/> | PHP scripts and thousands of webmaster resources! | |||
| | #3 | ||
| On Wed, 13 Aug 2003 08:27:25 +0000, Senator Jay Billington Bulworth wrote: > Because the HTML form action is set to > http://www.mysolution.ws/cgi-bin/insertHYPOCRITES.php, in the cgi-bin > directory. I have tried switching, to no avail, it is switched now, give it a try THANK YOU VERY MUCH FOR YOUR REPLY -- Comrade seems like dizum is blocking flonk, nose, romath, maybe a.u.k not that I am pursuing trolling I do think UPA has a VERY valid place on usenet but, these are hotbeds for progressive thought and the doors must be open to reach them such blockage, is not in dizum's remailer-conf I do not suspect mail2news, since I use redundancy and mix.cfg set properly short chain VERY liberal use of mixmaster copies feature as Mike Shinn recently wrote, whether you believe in a remop's decision to filter, all filtering should be announced in remailer-conf or such filtration, needs to be questioned and dizum is a large contributor Alex, what is going on here? Thank you find the cost of freedom, buried in the ground pay the cost of freedom, lay your body down http://www.mysolution.ws/rave.htm http://www.mysolution.ws/ep.htm (freezone scientology "tech" play page, adult oriented) http://www.mysolution.ws/HARVEST.htm "thrust in your sickles, for the fruit of the earth is ripe" "you reap what you sow" "follow me, and I will make you, fishers of men" - JESUS "tech" ain't no joke Daylight again, following me to bed I think about a hundred years ago, how my fathers bled I think I see a valley, covered with bones in blue All the brave soldiers that cannot get older been askin' after you Hear the past a callin', from Ar- -megeddon's side When everyone's talkin' and noone is listenin', how can we decide? (Do we) find the cost of freedom, buried in the ground Mother earth will swallow you, lay your body down Find the cost of freedom, buried in the ground Mother earth will swallow you, lay your body down (Find the cost of freedom buried in the ground) cost of freedom lyrics by crosby, still, nash & young a TOTAL INFORMATION AWARENESS SYSTEM FOR US!!!!!!!! http://www.mysolution.ws/HYPOCRITE.php is a STRAWMAN of where I think we need to go, to effect a shuffling of social pecking orders in the direction of justice/LEFT/liberal it is a database, where you can enter a hypocrites name and what he has partaken in, in the liberal culture - porn, ***toys, escort service, drugs, adult personals ads, swinging, corporate and government corruption I HOPE TO HAVE THESE THINGS ADDRESSED - form data passing variables resolved - query and display of database SOON and details, including sound/picture evidence, to be stored , a mySQL database (www.mysql.com) THIS SYSTEM CREATED WITH ALL FREE GNU PUBLIC LICENCE SOFTWARE ALL OPEN SOURCE SOFTWARE most of which hosted on sourceforge.net 1) mozilla graphic HTML design - composer http://www.mozilla.org 2) gedit, text editor http://gedit.sourceforge.net 3) mySQL database http://www.mysql.com 4) mySQL control center for database creation http://www.mysql.com/products/mysqlcc/index.html 5) phpCodeGenie , for mySQL related php scripts and forms http://phpcodegenie.sourceforge.net 6) gFTP for file transfer to website http://gftp.seul.org 7) work done on REDHAT Linux 9 http://www.redhat.com | |||
| | #4 | ||
| source code would be nice to see why it dus not work, AND if u wne sumbit a sorm u need a submit button not a link On Wed, 13 Aug 2003 08:30:18 +0200 (CEST), Nomen Nescio <nobody@dizum.com> wrote: >can anyone be so kind as to look at > >http://www.mysolution.ws/HYPOCRITE.php > >and let me know why it isn't passing the form data to > >http://www.mysolution.ws/insertHYPOCRITES.php > >for the most part, the scripts were created with >http://phpcodegenie.sourceforge.net/ > >Thanks > >I am also going to be looking for a script to display my database, if you >have any suggestions, I would appreciate it, right now, I am working with >MySQLDataViewer, I don't really need to display any >images/sound/video/files, I just wnat to display links to them | |||
| | #5 | ||
| On Wed, 13 Aug 2003 12:22:52 +0200, Warstar wrote: > source code would be nice to see why it dus not work, AND if u wne > sumbit a sorm u need a submit button not a link the little monkey with monkey wrench image, is a submit, there is no problem submitting, the php in the ACTION command of the form is run, with no error, BUT, the variables are not passed here is the code for http://www.mysolution.ws/HYPOCRITE.php and the code for insertHYPOCRITES.php, the URL in the ACTION command, follows THANKS A LOT <? $Ip = "$REMOTE_ADDR"; ?> <html> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> <title>HYPOCRITE HARVEST DATABASE</title> </head> <body> <?php $Datetime = getdate(); $wkday = $Datetime['weekday']; $month = $Datetime['month']; $mday = $Datetime['mday']; $year = $Datetime['year']; $hour = $Datetime['hours']; $min = $Datetime['minutes']; $sec = $Datetime['seconds']; echo "$wkday, $month $mday, $year, $hour, $min, $sec"; ?> <p>your IP is, </p> <? { echo ($Ip); } ?> <big style="font-weight: bold;"> <small>NOTE: realistically, all IP addresses are tracked, and not just by me, so, if you are concerned, use a proxy, such as <a href="http://www.anonymizer.com">www.anonymizer.com</a>, or go to a public internet cafe or library, or corporate/school public computer room, you can also send me anonymous email, using <a href="http://mixmaster.sourceforge.net">mixmaster</a> , to <a href="mailto:webmaster@mysolution.ws">webmaster@my solution.ws</a> , and I will enter the data for you)<big><big><br> </big></big></small></big> <h1>DATABASE OF HYPOCRITES TO HARVEST (not yet functional, but get the look and feel, and check back every once in awhile</h1> <h3>a total information awareness program, for liberal and LEFT</h3> HARVEST = EXPOSE, and remove from social pecking orders, get our people into pecking orders, effecting new social orders<br> NEVER BY BLACKMAIL, just exposure<br> GETTING AT THE HYPOCRITES, through them, or shuffling by next generation via their spoiled children<br> these records, will go into a DATABASE, which can be searched and queried, <a href="http://www.mysolution.ws/search.php">BY KEYWORD HERE</a>.<br> <br> <big><span style="color: rgb(255, 0, 0);"> The REAPER IS RED - all sickle (political) - COMMUNAL, COMMUNISM</span><br> The REAPER IS BLACK - hammer (violence)<br> <span style="background-color: rgb(51, 0, 51); color: rgb(255, 255, 255);"> The REAPER IS WHITE - we are over the top, and success in inevitable</span><br> <span style="color: rgb(0, 153, 0);"> The REAPER IS GREEN - someone trying to strike a deal<br> <span style="color: rgb(51, 51, 255);">THE REAPER IS BLUE - we got police and military on our side, and WHITE is nearby</span></span></big><br> <span style="color: rgb(51, 0, 51);">Harvesting tips, can be found <a href="http://www.mysolution.ws/HARVEST.htm">HERE</a>.</span></big></big></big></big><br> see also, Joe's freezone Scientology "tech" page, <a href="http://www.mysolution.ws/ep.htm">HERE</a>, includes some ***ual content, enter at your own knowledge of such.<br> <br> AND, Joe's main LEFTIST FRONT, and platform <a href="http://www.mysolution.ws">site</a>, with all stakes and planks, laid out, in a VEHICLE.<br> </span></big> <br> <br> <big style="font-weight: bold;"><big><big><big>Enter a New HYPOCRITE, REQUIRED FIELDS are marked with an * </big></big></big>, </big> <? include("datacon.php"); ?> <h2>What is transgression against? SELECT AT LEAST ONE OF THESE CATEGORIES, keep the Ctrl key held down, to select multiple categories</h2> <form name=formMaker method=post action="http://www.mysolution.ws/insertHYPOCRITES.php"> <table> <tr height=30 valign=top> <td align=right><b>*Category :</b></td> <td> <select name="CategoryField" size="27" multiple> <option value="1">corrupt dealing in corporate patents</option> <option value="2">corrupt dealing in corporate copyrights</option> <option value="3">corrupt dealing in technical architecture, other intellectual property</option> <option value="4">corrupt dealing in corporate capital</option> <option value="5">embezellment of actual corporate liquid money</option> <option value="6">corrupt dealing in jobs or career advancements</option> <option value="7">perpetuating do-nothing, soap opera, corporate fat</option> <option value="8">PRICE GOUGING</option> <option value="9">purchasing or downloading porn or ***toys online, then being a hypocrite in social life</option> <option value="10">purchasing porn or ***toys in physical places, then being a hypocrite in social life</option> <option value="11">escort service customer, then hypocrite in social life</option> <option value="12">***work customer, then hypocrite in social life</option> <option value="13">homo***ual, bi***ual, CD, TV, then hypocrite in social life</option> <option value="14">B&D, S&M, Femdom, etc., then hypocrite in social life</option> <option value="15">Swinging, with or without adult personals ad, then hypocrite in social life</option> <option value="16">Public Nudity, then hypocrite in social life</option> <option value="17">Recreational or Shamanistic substance use, including alchohol, then hypocrite in social life</option> <option value="18">Non-Missionary position ***, etc., then hypocrite in social life</option> <option value="19">Liberal culture movie, music, purchase, concerts, bars or pubs, dance, rave, clubs, etc., then hypocrite in social life</option> <option value="20">Liberal culture strip clubs, then hypocrite in social life</option> <option value="21">Corporate ENVIRONMENTAL ABUSE</option> <option value="22">Attack on CONSUMER, or CONSUMER UNION</option> <option value="23">Attack on LABOR, or LABOR UNION</option> <option value="24">Attack on LIBERTARIAN UNION</option> <option value="25">Government CORRUPTION, opportunity brokerage, psy-ops, overthrow of democratic governments</option> <option value="26">Assault, including ***ual, or psychological (harassment,libel,defamation) or vandalism, or MURDER</option> <option value="27">Theft, including fraud and blackmail)</option> </select> </td> </tr> <tr height=30 valign=top> <td align=right><b>*Enter HYPOCRITE FIRST NAME :</b></td> <td> <input type="text" name="FNameField" MAXLENGTH=25> </td> </tr> <tr height=30 valign=top> <td align=right><b>*Enter HYPOCRITE LAST NAME :</b></td> <td> <input type="text" name="LNameField" MAXLENGTH=25> </td> </tr> <tr height=30 valign=top> <td align=right><b>*Enter HYPOCRITE Nation :</b></td> <td> <input type="text" name="NationField" MAXLENGTH=25> </td> </tr> <tr height=30 valign=top> <td align=right><b>Enter HYPOCRITE State/Territory :</b></td> <td> <input type="text" name="StateField" MAXLENGTH=25> </td> </tr> <tr height=30 valign=top> <td align=right><b>Enter HYPOCRITE County/Province :</b></td> <td> <input type="text" name="CountyField" MAXLENGTH=25> </td> </tr> <tr height=30 valign=top> <td align=right><b>Enter HYPOCRITE City/Town/Village/Borough :</b></td> <td> <input type="text" name="CityField" MAXLENGTH=25> </td> </tr> <tr height=30 valign=top> <td align=right><b>Enter HYPOCRITE's Church :</b></td> <td> <input type="text" name="ChurchField" MAXLENGTH=25> </td> </tr> <tr height=30 valign=top> <td align=right><b>Enter HYPOCRITE's Employer :</b></td> <td> <input type="text" name="EmployerField" MAXLENGTH=25> </td> </tr> <tr height=30 valign=top> <td align=right><b>Enter HYPOCRITE's Street Name:</b></td> <td> <input type="text" name="StreetField" MAXLENGTH=25> </td> </tr> <tr height=30 valign=top> <td align=right><b>Enter HYPOCRITE's Street Number :</b></td> <td> <input type="text" name="StreetNumberField"> </td> </tr> <tr height=30 valign=top> <td align=right><b>Enter HYPOCRITE's Mother's Maiden Name:</b></td> <td> <input type="text" name="MaidenField" MAXLENGTH=25> </td> </tr> <tr height=30 valign=top> <td align=right><b>*ENTER A Description of the Transgression :</b></td> <td> <textarea name="DescriptField" wrap="VIRTUAL" cols="64" rows="10" MAXLENGTH=255></textarea> </td> </tr> <tr height=30 valign=top> <td align=right><b>Upload Text file of EVIDENCE :</b></td> <td> <input type="file" name="TextfileField" MAXLENGTH=128> </td> </tr> <tr height=30 valign=top> <td align=right><b>Upload an Audio file of EVIDENCE :</b></td> <td> <input type="file" name="AudioField" MAXLENGTH=128> </td> </tr> <tr height=30 valign=top> <td align=right><b>Upload an Image File of EVIDENCE, including a scanned document :</b></td> <td> <input type="file" name="ImageField" MAXLENGTH=128> </td> </tr> <tr height=30 valign=top> <td align=right><b>Upload a Video File of EVIDENCE :</b></td> <td> <input type="file" name="VideoField" MAXLENGTH=128> </td> </tr> </table> <br> <br> ALL FILES, filename less than 128 chars, filesize less than 50K, more than one filetype, then submit the form, and come back and fill in the form again <br> <br> <p style="font-weight: bold;"><big><big><big><big><big><big><span style="background-color: rgb(255, 255, 0);"> WHEN YOU ARE DONE, CLICK ON THE MONKEY BELOW TO SUBMIT</span> </big></big></big></big></big></big></p> <p style="text-align: center;"> <input type="image" alt="The Monkey" src="http://www.mysolution.ws/images/smallmonkey.gif"> </p> <br> <big style="font-weight: bold;"><big><big><big><big><big><span style="background-color: rgb(255, 255, 0);">CLICK ON THE MONKEY ABOVE TO SUBMIT<br> <br> <input type=reset name=Submit2 value="Reset and Start Again"> <br> </form> <p style="font-weight: bold;"><big><big> <big> call this the Jesus-Sickle type revolution, as opposed to the Thor-Hammer type (Nationalists Socialists German Workers' Party), and my feeling is that HAMMER is only valid for defense, and a real revolution cannot be brokered by violence, because the moment you have a credible military threat, you have a credible political one. Violence, scares sheeple away from our movement to form such political threat. AND, those who suggest violence, are trying to use us, as fodder, such as to broker their own power, by antagonizing, until a deal is struck. We are interested in NO DEALS. We are interested in the FINAL PICTURE. And while some mya pursue HAMMER and DEAL, along the way, OUR MOVEMENT of POLITICAL POWER MUST continue, in the midst of all that happens.<br> <br> Goal: socialism and communism, not by giving government control, but by 2nd generation ideas that regulate privatization, such that the material, is subject to the social, NO POSSIBLE CAPITALIZING ON ANYONE, no possible capitalism, and socialism is achieved, <a href="http://www.mysolution.ws/industry.htm">http://www.mysolution.ws/industry.htm</a> Subjecting GOVERNMENT AND LAW, to the social also, by legislative reform, minimal law, and removal of laws dealing with victimless crimes, <a href="http://www.mysolution.ws/legislate.htm">http://www.mysolution.ws/legislate.htm</a> , such that socialism in that aspect is achieved, COMMUNAL THOUGHT, communism. The MEEK SHALL INHERIT THE EARTH, by holding the RED STAR high.<br> </big><br> <div class="SearchResults"><big><big><a href="http://biblegateway.com/cgi-bin/bible?passage=PS+37:11&language=english&ve rsion=KJV&showfn=on&showxref=on"><span class="NavigationLinks">Psalm 37:11</span></a><br> But the <b>meek</b> shall <b>inherit</b> the earth; and shall delight themselves in the abundance of peace. <br> <br> </big></big></div> <big><big><a href="http://biblegateway.com/cgi-bin/bible?passage=MATT+5:5&language=english&ve rsion=KJV&showfn=on&showxref=on"><span class="NavigationLinks">Matthew 5:5</span></a><br> Blessed are the <b>meek</b>: for they shall <b>inherit</b> the earth. </big></big><br> <big> <br> <span style="color: rgb(255, 0, 0);"> The REAPER IS RED - all sickle (political) - COMMUNAL, COMMUNISM</span><br> The REAPER IS BLACK - hammer (violence)<br> <span style="background-color: rgb(51, 0, 51); color: rgb(255, 255, 255);"> The REAPER IS WHITE - we are over the top, and success in inevitable</span><br> <span style="color: rgb(0, 153, 0);"> The REAPER IS GREEN - someone trying to strike a deal<br> <span style="color: rgb(51, 51, 255);">THE REAPER IS BLUE - we got police and military on our side, and WHITE is nearby</span><br> <big><big><big><big><br> <span style="color: rgb(51, 0, 51);">Harvesting tips, can be found <a href="http://www.mysolution.ws/HARVEST.htm">HERE</a>.</span></big></big></big></big><br> see also, Joe's freezone Scientology "tech" page, <a href="http://www.mysolution.ws/ep.htm">HERE</a>, includes some ***ual content, enter at your own knowledge of such.<br> <br> AND, Joe's main LEFTIST FRONT, and platform <a href="http://www.mysolution.ws">site</a>, with all stakes and planks, laid out, in a VEHICLE.<br> </span></big> <br> <br> THIS SYSTEM CREATED WITH<br> <br> ALL FREE <a href="http://www.gnu.org">GNU PUBLIC LICENCE</a> SOFTWARE<br> ALL <a href="http://www.opensource.org">OPEN SOURCE</a> SOFTWARE<br> most of which hosted on <a href="http://www.sourceforge.net">sourceforge.net</a><br> <br> 1) <a href="http://www.mozilla.org">mozilla</a> graphic HTML design - composer<br> 2) <a href="http://gedit.sourceforge.net">gedit</a>, text editor<br> 3) <a href="http://www.mysql.com">mySQL</a> database<br> 4) mySQL <a href="http://www.mysql.com/products/mysqlcc/index.html">control center</a> for database creation<br> 5) <a href="http://phpcodegenie.sourceforge.net">phpCodeGenie</a> , for mySQL related php scripts and forms<br> 6) <a href="http://gftp.seul.org">gFTP</a> for file transfer to website<br> 7) work done on <a href="http://www.redhat.com">REDHAT Linux 9</a><br> </body> </html> the code for insertHYPOCRITES.php <? include("datacon.php"); $FName = $_POST['FName']; $LName = $_POST['LName']; $Nation = $_POST['Nation']; $State = $_POST['State']; $County = $_POST['County']; $City = $_POST['City']; $Church = $_POST['Church']; $Employer = $_POST['Employer']; $Street = $_POST['Street']; $StreetNumber = $_POST['StreetNumber']; $Maiden = $_POST['Maiden']; $Descript = $_POST['Descript']; $Textfile = $_POST['Textfile']; $Audio = $_POST['Audio']; $Image = $_POST['Image']; $Video = $_POST['Video']; $Category = $_POST['Category']; $datetime = $_POST['datetime']; $ip = $_POST['ip']; echo "Hello World"; echo "This spans multiple lines. The newlines will be output as well"; echo "This spans\nmultiple lines. The newlines will be\noutput as well."; echo "Escaping characters is done \"Like this\"."; //You can use variables inside of an echo statement $foo = "FName"; $bar = "$FName"; $query="update HYPOCRITES set FName='$FName', LName='$LName', Nation='$Nation', State='$State', County='$County', City='$City', Church='$Church', Employer='$Employer', Street='$Street', StreetNumber='$StreetNumber', Maiden='$Maiden', Descript='$Descript', Textfile='$Textfile', Audio='$Audio', Image='$Image', Video='$Video', Category='$Category', datetime='$datetime', ip='$ip' where FName = '$FName'"; $result = MYSQL_QUERY($query); ?> <html> <body> <H2>HYPOCRITES Updated !!</H2> <table> <tr height=30> <td align=right><b>FName :</b></td> <td><font color=blue><b><? echo $FName; ?></font></b></td> </tr> <tr height=30> <td align=right><b>LName :</b></td> <td><font color=blue><b><? echo $LName; ?></font></b></td> </tr> <tr height=30> <td align=right><b>Nation :</b></td> <td><font color=blue><b><? echo $Nation; ?></font></b></td> </tr> <tr height=30> <td align=right><b>State :</b></td> <td><font color=blue><b><? echo $State; ?></font></b></td> </tr> <tr height=30> <td align=right><b>County :</b></td> <td><font color=blue><b><? echo $County; ?></font></b></td> </tr> <tr height=30> <td align=right><b>City :</b></td> <td><font color=blue><b><? echo $City; ?></font></b></td> </tr> <tr height=30> <td align=right><b>Church :</b></td> <td><font color=blue><b><? echo $Church; ?></font></b></td> </tr> <tr height=30> <td align=right><b>Employer :</b></td> <td><font color=blue><b><? echo $Employer; ?></font></b></td> </tr> <tr height=30> <td align=right><b>Street :</b></td> <td><font color=blue><b><? echo $Street; ?></font></b></td> </tr> <tr height=30> <td align=right><b>StreetNumber :</b></td> <td><font color=blue><b><? echo $StreetNumber; ?></font></b></td> </tr> <tr height=30> <td align=right><b>Maiden :</b></td> <td><font color=blue><b><? echo $Maiden; ?></font></b></td> </tr> <tr height=30> <td align=right><b>Descript :</b></td> <td><font color=blue><b><? echo $Descript; ?></font></b></td> </tr> <tr height=30> <td align=right><b>Textfile :</b></td> <td><font color=blue><b><? echo $Textfile; ?></font></b></td> </tr> <tr height=30> <td align=right><b>Audio :</b></td> <td><font color=blue><b><? echo $Audio; ?></font></b></td> </tr> <tr height=30> <td align=right><b>Image :</b></td> <td><font color=blue><b><? echo $Image; ?></font></b></td> </tr> <tr height=30> <td align=right><b>Video :</b></td> <td><font color=blue><b><? echo $Video; ?></font></b></td> </tr> <tr height=30> <td align=right><b>Category :</b></td> <td><font color=blue><b><? echo $Category; ?></font></b></td> </tr> <tr height=30> <td align=right><b>Datetime :</b></td> <td><font color=blue><b><? echo $datetime; ?></font></b></td> </tr> <tr height=30> <td align=right><b>Ip :</b></td> <td><font color=blue><b><? echo $ip; ?></font></b></td> </tr> </table><br><br> Click <a href="HYPOCRITE.php">here</a> to go back <br> THIS SYSTEM CREATED WITH<br> <br> ALL FREE <a href="http://www.gnu.org">GNU PUBLIC LICENCE</a> SOFTWARE<br> ALL <a href="http://www.opensource.org">OPEN SOURCE</a> SOFTWARE<br> most of which hosted on <a href="http://www.sourceforge.net">sourceforge.net</a><br> <br> 1) <a href="http://www.mozilla.org">mozilla</a> graphic HTML design - composer<br> 2) <a href="http://gedit.sourceforge.net">gedit</a>, text editor<br> 3) <a href="http://www.mysql.com">mySQL</a> database<br> 4) mySQL <a href="http://www.mysql.com/products/mysqlcc/index.html">control center</a> for database creation<br> 5) <a href="http://phpcodegenie.sourceforge.net">phpCodeGenie</a> , for mySQL related php scripts and forms<br> 6) <a href="http://gftp.seul.org">gFTP</a> for file transfer to website<br> 7) work done on <a href="http://www.redhat.com">REDHAT Linux 9</a><br> </body> </html> -- Comrade | |||
| | #6 | ||
| Nomen Nescio wrote: > On Wed, 13 Aug 2003 08:27:25 +0000, Senator Jay Billington Bulworth wrote: > > >>Because the HTML form action is set to >>http://www.mysolution.ws/cgi-bin/insertHYPOCRITES.php, in the cgi-bin >>directory. > > > I have tried switching, to no avail, it is switched now, give it a try > THANK YOU VERY MUCH FOR YOUR REPLY > > -- > Comrade > <snip> - a very long and irrelevent .sig! Please don't do that or a good few people will kill-file you! Regards, Andy | |||
| Featured Websites | ||||
|
![]() |
| Tags: data, form, post |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Passing on POST data with Location: | ^MisterJingo^ | PHP | 1 | 07-01-2007 3:40 PM |
| sending form data as email using SMTP server ??? | James | PHP | 3 | 07-01-2007 3:32 PM |
| Dumping Form data to file | Charles E. Pelkey | PHP | 3 | 07-01-2007 3:15 PM |
| Please help - Cracking elevation data format in data file | Kevin Fishburne | Software Programming | 10 | 06-12-2007 11:31 PM |
| Featured Websites | ||||
|