Forum: PHP Jul 18th, 2008 |
| Replies: 11 Views: 1,485 Javascript will execute the code. Just try putting an alert, where the header type is
Header("content-type: application/x-javascript"); you will see :-)
Like I said before a header WOULD NOT... |
Forum: PHP Jul 17th, 2008 |
| Replies: 11 Views: 1,485 No that's incorrect. If you look at the original post, my header is:
Header("content-type: application/x-javascript");
I figured out what I was doing wrong though, my database wasn't being... |
Forum: PHP Jul 16th, 2008 |
| Replies: 11 Views: 1,485 Yeah I have to first get the url from database, which is based on the current page. |
Forum: PHP Jul 16th, 2008 |
| Replies: 11 Views: 1,485 Hello, I want to be able to echo a redirect url, based on a few variables. The content type of this php script is set as Header("content-type: application/x-javascript"); here is my code:
$row =... |
Forum: PHP Jul 8th, 2008 |
| Replies: 5 Views: 3,044 oops! Not sure how that ended up in there lol. |
Forum: PHP Jul 7th, 2008 |
| Replies: 5 Views: 3,044 Hello, I have the following code, with 6 rows in the database for my query, although the mysql_fetch_row function is only able to get 5 out in my web page. I'm not sure what is wrong with my code,... |
Forum: PHP Feb 26th, 2007 |
| Replies: 1 Views: 1,102 hey I am trying to do a postnuke installation now, I gave up with phpnuke since it sucks, and I am trying to install postnuke but I got an error when I was going through the install process and I'm... |
Forum: PHP Feb 26th, 2007 |
| Replies: 0 Views: 976 Hey I have tried to search for a few but there aren't many tutorials on how to use phpnuke 7.9. I have set up a database so far with phpMyAdmin, and have populated it with the fields from my nuke.sql... |