Search found 9 matches
- Tue Mar 25, 2003 3:46 pm
- Forum: Javascript
- Topic: Forward slash stripped from tags
- Replies: 9
- Views: 4471
It's been a while
I haven't done html in a long while ...getting back into it. Forgot how finicky it is - I mean all languages are - but html just does some plain wierd stuff. Using dreamerweaver and in my includes of includes of includes...etc had let dreamweaver generate the basic page...no big deal but I had done ...
- Tue Mar 25, 2003 9:52 am
- Forum: Javascript
- Topic: Forward slash stripped from tags
- Replies: 9
- Views: 4471
uggh
well, it gets more ocmplicated tlf_inc.php in turn calls another include, which calls 4 more and on and on. I suspect in one of those I have an ending tag(s0 hanging around. So it is going to take me a while to find them (if they exist) I wrote my last post late last night, brain not working. :-) ou...
- Tue Mar 25, 2003 3:21 am
- Forum: Javascript
- Topic: Forward slash stripped from tags
- Replies: 9
- Views: 4471
they all stink big time!!!!!!
More: when I browse the file and view source (Netscape or IE) here is how the top part looks: <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> ...
- Mon Mar 24, 2003 12:46 pm
- Forum: Javascript
- Topic: Forward slash stripped from tags
- Replies: 9
- Views: 4471
think I found source og glitch
pootergeist wrote: you need to escape the slash with another slash been there done that: tried "//>" and "\/>" Actually, it is wierder and in actual page being viewed - if view source the "/>" is there as required. I am running netscape 7.02 on Mac 10.2.3 - I think what...
- Mon Mar 24, 2003 11:56 am
- Forum: Javascript
- Topic: Forward slash stripped from tags
- Replies: 9
- Views: 4471
Forward slash stripped from tags
How do I stop forward slashes from being stripped from tags? For example, if in php script I have: <?php ...code <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> ...more code ?> the forward slash gets stripped (towards end of meta line) when page is load...
- Thu Mar 20, 2003 9:51 am
- Forum: Databases
- Topic: Setting a username for MySQL
- Replies: 5
- Views: 808
Follow up
Just to let you know, your help worked!
Have Apache, PHP, MySQL, phpMyAdmin and a website template program called phpWebSite
Thanks a ton!
Have Apache, PHP, MySQL, phpMyAdmin and a website template program called phpWebSite
Thanks a ton!
- Wed Mar 19, 2003 12:26 am
- Forum: Databases
- Topic: Setting a username for MySQL
- Replies: 5
- Views: 808
phpmyadmin
Oromain; I agree, however, I am following directions (figure it can't hurt :D ) and wanted to make sure stuff worked at command line level before installing phpmyadmin I figure if not working at command line and I install phpmyadmin then I have 2 layers of stuff to figure out where the problem lies,...
- Tue Mar 18, 2003 3:40 pm
- Forum: Databases
- Topic: Setting a username for MySQL
- Replies: 5
- Views: 808
- Tue Mar 18, 2003 2:57 pm
- Forum: Databases
- Topic: Setting a username for MySQL
- Replies: 5
- Views: 808
Newbie needs help!
Ok so I start mysql then type, at mysql>mysqladmin -u root new_password; With the semi-colon at end I get: You have an error in your SQL syntax near 'mysqladmin -u root password new_password' at line 1 What's my error? If I leave off the semi-colon: mysql>mysqladmin -u root new_password and hit retu...