Forum: PHP Sep 24th, 2006 |
| Replies: 4 Views: 1,168 Thanks for the information. |
Forum: PHP Sep 24th, 2006 |
| Replies: 4 Views: 1,168 no i did not do that. What's the difference between include and required? |
Forum: PHP Sep 24th, 2006 |
| Replies: 4 Views: 1,168 I am trying to use a class that I wrote to use on another page (to use the functions and what not). In the class I have the constructor like this:
<?php
class myClass{
function ... |
Forum: PHP Sep 24th, 2006 |
| Replies: 2 Views: 1,157 I am fairly new to PHP, and I know how to get the information if in another PHP file if I use it as the action. But I want to get the information on the same page as the form. Is that possible?
For... |
Forum: PHP Sep 20th, 2006 |
| Replies: 10 Views: 2,314 But what about the people that don't put "Earth" as there location, you never know, there could be an exetremely talented and creative programmer on there that needs work.
Well besides that,... |
Forum: PHP Sep 18th, 2006 |
| Replies: 10 Views: 2,314 you can find PHP programmers at www.programmermeetdesigner.com
Check it out. |
Forum: PHP Jul 12th, 2006 |
| Replies: 11 Views: 1,630 Yeah I knew that I didn't put them in, cause I tried it and it didn't work. |
Forum: PHP Jul 12th, 2006 |
| Replies: 11 Views: 1,630 IDK, it didn't seem to work with this piece of code I have:
<?php
echo "<a href="gallery.php?value=$prevValue">Previous</a> </br> <a href="gallery.php?value=$nextValue" >Next</a>";
?> |
Forum: PHP Jul 12th, 2006 |
| Replies: 11 Views: 1,630 so you're saying that will print:
This is a quote " and it has been escaped
with the quotation in there, or not?
Thanks |
Forum: PHP Jul 12th, 2006 |
| Replies: 11 Views: 1,630 I was trying to echo the quotation " in a string, but I realized it wasn't going to work the way I thought it would, does anybody know how to do this?
Thanks |
Forum: PHP Jul 5th, 2006 |
| Replies: 4 Views: 2,762 Thanks for the advice. I also found a nice package on sourceforge called wampserver, it has mysql, apache, and php and sets it up for you. |
Forum: PHP Jul 3rd, 2006 |
| Replies: 4 Views: 2,762 I actually tried it both ways and the same error message arose, but yeah i'll change it back to the forward ones. |
Forum: PHP Jul 3rd, 2006 |
| Replies: 4 Views: 2,762 I am having trouble setting up PHP with my apache server on my windows machine. It gives me an error when I test the configuration saying that "Cannot load C:/php5/php5apache2.dll into server: The... |
Forum: PHP May 4th, 2006 |
| Replies: 3 Views: 1,146 Okay, thanks for the help.
PHP files only work with other PHP files, and I just need to make a php file with html code in it. |
Forum: PHP May 4th, 2006 |
| Replies: 3 Views: 1,146 Okay I am new to PHP, well getting it to run. The programming part is fine, it is very similar to python, ruby, etc... so no trouble there. So here is my problem. I made a class, and all it has is a... |