Forum: PHP Apr 8th, 2009 |
| Replies: 2 Views: 388 When you call the the Database, are you using a SELECT statement and a WHERE clause?? If so, what is it? |
Forum: PHP Sep 22nd, 2006 |
| Replies: 3 Views: 999 are your trying to formnat the
1 2
3 4
in your HTML or in the Query it self??
what is your current code that returns the straight line, is that your SQL??
What Database are you using, can... |
Forum: PHP Sep 20th, 2006 |
| Replies: 6 Views: 7,238 I'm assuming you want to concantinate the include into the text.
Try setting the include text as a varialbe like then concantinate it to your original variable.
<?
$varInc = include... |
Forum: PHP Sep 18th, 2006 |
| Replies: 4 Views: 2,901 quest #1) what is this site (program) going to be used for?
You can desing your site and even your mySQL DB on your windows machine and upload them to the Web. Do you have a domain or a site where... |
Forum: PHP Sep 18th, 2006 |
| Replies: 4 Views: 2,901 you can use PHP on any Linux machine.... however, there are Apache Servers for Windows and MySQL for them as well (I don't recommend). for best results, get a Linux machine running, otherwise, get an... |
Forum: PHP Apr 6th, 2006 |
| Replies: 12 Views: 2,060 As far as I know, geo does not offer PHP or other scripting languages. Your best bet is to pay into a host that offers PHP. Usually, free host wont allow server side scripting.
here's a few... |
Forum: PHP Apr 6th, 2006 |
| Replies: 12 Views: 2,060 If it tried to download it means one this, it's not processing. Therefore, it's either running Windows that doesn't run PHP, or it runs Linux and PHP is not enabled. You have to contact the host. Who... |
Forum: PHP Apr 6th, 2006 |
| Replies: 12 Views: 2,060 there needs to be no set up if it's on a linux server... do you know who is hosting it (Linux or Windows Server) and if it's running Apache Web?
That is all that needs to be done, then you simply... |
Forum: PHP Apr 6th, 2006 |
| Replies: 12 Views: 2,060 it the PHP script running on an Apache Server or linux based??
do you get an error?? |
Forum: PHP Oct 26th, 2005 |
| Replies: 3 Views: 1,473 $this->connection is a variable representing the mySQL connection.
you're assigning that connection to $this->connection, although, I would rename it |
Forum: PHP Oct 24th, 2005 |
| Replies: 4 Views: 2,683 Did you test it on FireFox or IE?? Do you think it's a setting on my FireFox??
Also, I'm on fireFox 1.5 Beta 1 and 2 |
Forum: PHP Oct 24th, 2005 |
| Replies: 4 Views: 2,683 The following HTML does not work on FireFox, only IE. Anyone know why??
<a href="http://www.daniweb.com/">
<img border=0 src=http://www.daniweb.com/certificates/badge45765.jpg
alt="extofer has... |
Forum: PHP Oct 23rd, 2005 |
| Replies: 4 Views: 2,281 It looks like you have too much going on, on the from section. You're concantinating too much I think. This works fine for me,
mail($address,$title,$message,$from);
If that doesn't do it, it... |