Posts by sasha
Page 6 of 24 · <1 ... 5 6 7 ... 24 >
-
1
When I try to preview my PHP page in my browser, it tries to save the file instead of displaying it. What could be causing this?
This may be happening if you are trying to preview the page on your own computer, without first uploading it to the server. This often happens when people press F12 to preview from programs like Dreamweaver. Most home computers don’t know how to read PHP, so they do the only thing they can: save the file. Try uploading to your web host, and viewing it there.
If this still happens even after the file is uploaded (make sure your browser’s address bar says ‘http://’ instead of ‘file://’), your host might not support PHP. Contact your host to see if they do, and if not, what kind of scripts they do support.
-
2
What is this PHP thing that everyone talks about?
PHP (Hypertext Preprocessor) is a widely used programming language that is used for web development and for creating dynamic HTML pages. It is similar to ASP and ColdFusion, and the most used suffix for php pages are ‘.php’ and ‘.phtml’. For more information, please visit PHP.net.
-
3
I’m using the Total Individual Member Count tutorial, but I’d rather display the fanlisting’s name than the table name. How can I do that?
There are instructions on how to do that at the forum here and here.
-
4
How can I display a member count for each of my fanlistings at my fanlisting collective as seen at so-rocks.com?
A tutorial on how to do that is located here. Please note that it requires you to be using PHPFanBase.
May 22, 2004 |
By Sasha |
Filed under FAQ, Flinx: Customize, Scripts
-
5
Will this script work when I’m using a sidebar for navigation on my pages? How would I put that into the script?
You can find instructions on how to do this at the forum.
May 22, 2004 |
By Sasha |
Filed under FAQ, NL-ConvertToPHP, Scripts