i started off in notepad, and use UltraEdit32 now for html that i feel at home with, but when i'm fixing tables or resizing images.. its just so much easier.
Type: Posts; User: unknownerrors; Keyword(s):
i started off in notepad, and use UltraEdit32 now for html that i feel at home with, but when i'm fixing tables or resizing images.. its just so much easier.
i'm looking to grow out of dreamweaver into a better editor. what are you good folks using in term of a WYSIWYG editor. (sorry notepad wont cut it.)
this whole ordeal has really opened my eyes to the disadvantages of not knowing Php in the slightest. so i picked up a few ebooks going to start grinding into them on my breaks at work.
if you want to see what you guys help turned into.
http://alphapirates.com/
far from completed. but working.
works like a charm.. thank you very much.
wow, never realized how much crap DW puts in its files.
anywho,
this is what the file i made looks like.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
Transitional//EN">
very weird, when i make the search page in Dreamweaver, the form action is set to <?php echo $_SERVER['PHP_SELF'];?>
once up loaded to the server, if you view source the action is changed to what...
i droped it into the root to see if that helped anything.. it didn't. heres the link.
http://unknownerrors.net/searchform.php
another peice of info, i use firefox, i had the page with this form in it named searchform.htm, that was giving the above error.. i renamed it to searchform.php, now when i submit the form it reloads...
a search for "anything" with google checked, sends me to http://unknownerrors.net/search/%3C?php%20echo%20$_SERVER['PHP_SELF'];?%3E
hotbot is the same result.
i just noticed the first post was...
i will be using frames when i put it together for use, but for now, if it doesn't find the frame it will default back to _blank...
but the search results aren't being displayed after search.php...
ok i uploaded a test of the code you posted, and its loading the script but doing nothing..
heres what i have it set up as..
searchform.htm
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML...
thank you ~!
i never was great with forms mainly due to the fact that i have never before had anything but a free server (no Db, no php, no cgi) thats changed and i'd like to use some of these features in a form...