[advanced search]
 

Go Back   NamePros.com > Discussion > Web Design & Development > Programming

Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics.


Closed Thread
 
LinkBack Thread Tools
Old 07-07-2005, 01:10 AM   #1 (permalink)
NamePros Member
 
iWonder's Avatar
 
Join Date: Mar 2005
Posts: 143
170.75 NP$ (Donate)

iWonder is on a distinguished road


Question How do I add the text in the script from HTML

Hi , I`m a php learner in starting stage , infact i don`t know php at all
So i need a lil help ,

I want to make a html page with a text box in which when user specifies a word it goes to the php page . let me explain :

A user comes to a page and enter`s a word in the text box present there and press submit . then the word should go to the code below .

<?

blah blah;
blah blah = $ blah;
blah = $"Word here" ;

?>

Hope you get what I meant
__________________
| GFXedit.comFree/Custom CSS designs & Wordpress themes
iWonder is offline  
Old 07-07-2005, 01:21 AM   #2 (permalink)
Senior Member
 
luxinterior's Avatar
 
Join Date: Jul 2004
Location: Kizmiaz
Posts: 1,091
638.00 NP$ (Donate)

luxinterior is a glorious beacon of lightluxinterior is a glorious beacon of lightluxinterior is a glorious beacon of lightluxinterior is a glorious beacon of lightluxinterior is a glorious beacon of light


You may find it useful to read a few tutorials...

Try this for starters...http://www.notepad.co.uk/articles/php_tutorial_001.php

Lux
luxinterior is offline  
Old 07-07-2005, 02:02 AM   #3 (permalink)
NamePros Member
 
iWonder's Avatar
 
Join Date: Mar 2005
Posts: 143
170.75 NP$ (Donate)

iWonder is on a distinguished road


Well it would nice if someone told me how to do this now ,

I`ll surely look at the tutorial thanks
__________________
| GFXedit.comFree/Custom CSS designs & Wordpress themes
iWonder is offline  
Old 07-07-2005, 09:54 AM   #4 (permalink)
Professional Monkey
 
Amnezia's Avatar
 
Join Date: Jul 2005
Location: Escaped from the zoo
Posts: 908
13.25 NP$ (Donate)

Amnezia has a spectacular aura aboutAmnezia has a spectacular aura about

Cancer Survivorship Save a Life
first page

<html>
<head></head>
<body>
<form action="get.php" method="POST">
<input type="text" name="word">
<input type="submit" value="submit word!">
</form>
</body>
</html>

second page "get.php"


<?php
$word_entered = $_POST[word];
?>
Amnezia is offline  
Old 07-07-2005, 09:18 PM   #5 (permalink)
NamePros Member
 
iWonder's Avatar
 
Join Date: Mar 2005
Posts: 143
170.75 NP$ (Donate)

iWonder is on a distinguished road


Amnezia , U rock ! Thanks a Lot mate

And so I made my first PHP/GD script
http://www.sr-ultimate.com/php/certificate
__________________
| GFXedit.comFree/Custom CSS designs & Wordpress themes
iWonder is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Why can't I get clicks majinbuu1023 Google Adsense 43 04-15-2005 09:24 PM
ktools.net script for sale - place bid - valued at $295 marcel Scripts For Sale 11 01-03-2005 06:44 PM
Effective Newsletters. HTML or Plain Text? Supra LTD Marketing Techniques 10 07-04-2004 07:46 PM

Site Sponsors
Advertise your business at NamePros

All times are GMT -7. The time now is 02:08 AM.


Powered by: vBulletin® Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Template-Modifications by TMS
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85