Forum: PHP Mar 15th, 2009 |
| Replies: 2 Views: 279 Hi,
Thanks for the reply,but unfortunately I figured that much.Yes, phpBB really stores the new topics in the database.I can modify the article system and I can make so the posts of the topic show... |
Forum: PHP Mar 15th, 2009 |
| Replies: 2 Views: 279 Hi guys.Im not exactly sure where I have to put this.But this place looked best as its a php forum and my problem is with phpBB.Again I don't really know If I'm posting this in the right place so... |
Forum: C++ Sep 22nd, 2008 |
| Replies: 4 Views: 360 Thanks for the tutorial I went over it and I think it will help me with my problem.I will find some time to read it after school tomorrow.Thanks again. |
Forum: C++ Sep 22nd, 2008 |
| Replies: 4 Views: 360 I am currently working under Windows XP and I am using dev-c++.The application is console.If you need me to tell you anything else so you can help me please ask me I will answer swiftly. |
Forum: C++ Sep 22nd, 2008 |
| Replies: 4 Views: 360 Hey guys.I am not sure that what I want to do is possible but if it is can someone help me out... Well I want towrite a program which waits for input for a curtain amount of time and if no input is... |
Forum: PHP Mar 12th, 2008 |
| Replies: 35 Views: 2,669 Designer mate sorry I didn't answer immediately but I was having diner.Well I am 16... PM me later we can talk mate. Right now I am marking this as solved :) thanks again. |
Forum: PHP Mar 12th, 2008 |
| Replies: 35 Views: 2,669 Hey Guys.Good news.Problem solved.Thank you all for the help and special thanks to Designer_101.I got immediate results after instaling wamp server and now I can continue my work.Users inserted... |
Forum: PHP Mar 11th, 2008 |
| Replies: 35 Views: 2,669 So its a package instal and it instals everything without any hard to do properties and adjustments. Because once I tried to instal my admin and it was a nightmare. Anyway I will try it tomorrow.I... |
Forum: PHP Mar 11th, 2008 |
| Replies: 35 Views: 2,669 Designer_101 I tried what you said to see if it works.Well I dont know why but it doesn't. But when I read LeBurt's post I am striked by an idea. Is MySQL database supposed to be installed in the... |
Forum: PHP Mar 11th, 2008 |
| Replies: 35 Views: 2,669 The result when I put the connection line 1st in my script is a blank page. Not even the form is displayed. I though It might be my mistake mispelling something but unless I am turning blind... |
Forum: PHP Mar 11th, 2008 |
| Replies: 35 Views: 2,669 nav33n mate I tried with the die statement and there is no error but the code still stops after the attempt to connect. And LeBurt there is no problem connecting to mysql the way you said.
I have... |
Forum: PHP Mar 11th, 2008 |
| Replies: 35 Views: 2,669 Ok thanks to all your effort guys we have an improvement.I tried what nav33n said and I put echo statements everywhere. The flow of the code stops right after... |
Forum: PHP Mar 10th, 2008 |
| Replies: 35 Views: 2,669 Ok guys I am back. nav33n thanks for this man, but unfortunatelly It still doesnt work.The blank page remains and I am am getting no error messages at all. Something stops the scripts from... |
Forum: PHP Mar 10th, 2008 |
| Replies: 35 Views: 2,669 Still no work mate. Again blank page.And to you question... yes this is named register.php :)
By the way I am signing off for now going to school. Again any help is appresiated. |
Forum: PHP Mar 10th, 2008 |
| Replies: 35 Views: 2,669 Hey ryan. I am sorry to say that it didn't work.I Inserted the statements you proposed, but still I get a blank.No error, no nothing.Oh Isn't the page supposed to display the form again if the insert... |
Forum: PHP Mar 9th, 2008 |
| Replies: 35 Views: 2,669 <?php
if(isset($_POST["name"]) && isset($_POST["pass"]) && isset($_POST["email"]))
{
$name=$_POST["name"];
$pass=$_POST["pass"];
$email=$_POST["email"];... |
Forum: PHP Mar 9th, 2008 |
| Replies: 35 Views: 2,669 Hey.Thanks for the quick reply there mate.I am sorry you didn't get the same from me but I was unable to reply sooner.Unfortunatelly the problem remains.The worst part is that a SQL error doesn't... |
Forum: PHP Mar 9th, 2008 |
| Replies: 35 Views: 2,669 Hi guys.I am new to web development and of course I have been experiensing some problems.Most of them are easy to solve and I usually find my way, but there is some thing that is getting on my... |
Forum: C++ Feb 3rd, 2008 |
| Replies: 5 Views: 688 Now I get it.Thanks mates I didn't know what exactly did fflush(stdin); mean so I put it in the wrong place.Now that I put it infront of the first getline all works perfectly well.Thank you very much... |
Forum: C++ Feb 3rd, 2008 |
| Replies: 5 Views: 688 Yes mate the trouble is just that "please enter date" and "title" appear at the same time and the program lets me type a string for only one of them.I tried to do what u said ... |
Forum: C++ Feb 3rd, 2008 |
| Replies: 5 Views: 688 You guys helped me a lot last time I posted so now that I have trouble i again turn to you :).Ok can someone tell me with what can I substitute the following code.It is supposed to get some lines... |
Forum: C++ Jan 28th, 2008 |
| Replies: 3 Views: 2,486 Thanks mate.You saved me hours.I am surprised that the answer is so simple :).Thank you very much,it really works :) |
Forum: C++ Jan 28th, 2008 |
| Replies: 3 Views: 2,486 Firs of all hello guys.And then straight to the point :) Ok so my trouble is with creating a password function that will display '*' instead of normal chars.So here is my code:
string... |