Forum: PHP Aug 19th, 2009 |
| Replies: 2 Views: 224 Original Poster: Are you asking us where you can get a GPL chatroom or are you asking us to make a chatroom in PHP and MYSQL and give it to you?? Your post has us confused. |
Forum: PHP Aug 19th, 2009 |
| Replies: 2 Views: 203 If you want to learn PHP you can Google PHP mail script or go to www.w3schools.com (http://www,w3schools.com) or buy David Powers book PHP solutions on amazon. It is a very good book and I would... |
Forum: PHP Aug 19th, 2009 |
| Replies: 16 Views: 648 I would check the include file. Make sure to look for invisible characters such as a space or an indent after the closing tag. If there is an invisible character just delete it. |
Forum: PHP Aug 18th, 2009 |
| Replies: 8 Views: 354 Karin may I suggest making it a multiple list, checkbox list, or a radio group instead of a drop down menu? |
Forum: PHP Aug 17th, 2009 |
| Replies: 8 Views: 354 I'm still a novice at PHP. I don't know if that line is the culprit but it would be the one I'd suspect. What I would do is comment it out temporarily and test the script. Don't be afraid of... |
Forum: PHP Aug 16th, 2009 |
| Replies: 8 Views: 354 I'm not positive that this is the problem but it looks like the most likely culprit
I may be way off track here or I may be on the ball. |
Forum: PHP Aug 16th, 2009 |
| Replies: 7 Views: 558 I found what I believe to be an error in your script on line 4 for the mysql password the variable is $passwordd . I'm not sure if that was on purpose or an accident... looks accidental. |
Forum: PHP Jun 20th, 2009 |
| Replies: 4 Views: 445 UMMM... I think, no I'm almost absolutly sure it is illegal to obtain another sites database without some type of contract with written permission. Then they would give you access to what you needed,... |
Forum: PHP Jun 18th, 2009 |
| Replies: 4 Views: 458 Thanks bob. I really hoped it was that simple but I wasn't sure. |
Forum: PHP Jun 18th, 2009 |
| Replies: 4 Views: 458 I'm developing a program in PHP. I'm still a beginner in PHP thus said I may ask some questions that may seem basic. How would you go around compressing PHP into a downloadable file for... |
Forum: PHP Jun 15th, 2009 |
| Replies: 8 Views: 526 Thank you so much for the help! I removed the bracket and noticed I put to Ts for isset on line 77 which was messing everything up! Thanks again. |
Forum: PHP Jun 15th, 2009 |
| Replies: 8 Views: 526 Thank you! I will do that right away. |
Forum: PHP Jun 15th, 2009 |
| Replies: 8 Views: 526 The code no longer needs to be displayed. The problem was fixed thanks to the help of adatapost. |
Forum: PHP Jun 15th, 2009 |
| Replies: 8 Views: 526 Hi;
I have been studying PHP and I'm coding it. I ran into an odd problem but I'm sure it is a newbie error. Whenever I run my php script on xampp I get parsing error line 103. I go to my code and... |
Forum: PHP Oct 9th, 2008 |
| Replies: 2 Views: 623 Hi, I am a newbie to php and I am using nusphere php nued standard. I got it because it has a debugger which I need the most and I am having some problems; I wait for 5 hours and it just says waiting... |
Forum: PHP Sep 1st, 2008 |
| Replies: 2 Views: 378 Okay here are a few problems I have.
// bookmarklet is part of admin area (might need XML-RPC)
$CONF = array();
$CONF['UsingAdminArea'] = 1;
include('../config.php'); |
Forum: PHP Sep 1st, 2008 |
| Replies: 2 Views: 378 Hi I am trying to use nucleus a GNU blogging program. I used a php debugger to check it for any errors and it ran across a bunch but I don't understand them because they don't look like errors to me.... |
Forum: PHP Jul 3rd, 2008 |
| Replies: 1 Views: 457 Hi, I am using TikiWiki and There is a major exploit in the blog code which first of all I am not sure which file it is located in and second of all I don't know how to stop it. Blogs in Tiki Wiki... |
Forum: PHP Jun 12th, 2008 |
| Replies: 2 Views: 561 I don't know much about php but I do know how insecure it is and it is driving me up the wall. Why is this language insecure and what can I do to make php scripts more secure? |