Forum: PHP May 29th, 2008 |
| Replies: 0 Views: 442 Hi,
I'm a PHP ultra newbie. I downloaded a nice little script that uses PHP and an external javascript file to create a "pop-up" dynamic layer in a web page. The way it's configured, all the info... |
Forum: PHP Sep 26th, 2007 |
| Replies: 22 Views: 2,967 You're right, I don't have permission to modify the httpd.conf file but can request mods through the host. I think that's not a good idea because they can change their policy in the future or I may... |
Forum: PHP Sep 26th, 2007 |
| Replies: 22 Views: 2,967 Thanks again guys. The custom extensions are really cool - I had no idea that could be done, I thought the server software has its defaults and that's it. I'm on a shared server so I don't know what... |
Forum: PHP Sep 24th, 2007 |
| Replies: 22 Views: 2,967 BEAUTIFUL Guys!!! I appreciate your help very much! :)
I know every language has its pros and cons but I really want to learn PHP. To me it seems like it has the best of server and inline coding... |
Forum: PHP Sep 24th, 2007 |
| Replies: 22 Views: 2,967 Almost...
Instead of the links moving around I was hoping that the original link would change to close disclaimer in the same location. That way the disclaimer can load below the link and not... |
Forum: PHP Sep 23rd, 2007 |
| Replies: 22 Views: 2,967 Working at it I commented out the echo lines and got rid of the href tag stuff. I went a little farther and added another copy of the script to have a second link and it works. But, can the two link... |
Forum: PHP Sep 23rd, 2007 |
| Replies: 22 Views: 2,967 OK I tried the <?PHP ?> tags around the code and it works on my server now. I'm guessing some servers are stricter than others???
Also how do I get the
echo '< ' . 'a... |
Forum: PHP Sep 23rd, 2007 |
| Replies: 22 Views: 2,967 That's right! I've used another script that works this way w/cookies that based on number of visits to the home page, pulls in different content while still staying at the "home page". I am looking... |
Forum: PHP Sep 22nd, 2007 |
| Replies: 22 Views: 2,967 I understand how to use the basic include function in a .php page so that repetitive content (like a menu) can be coded in a separate file and then dynamically included in multiple pages. But I don't... |