Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
87% Quality Score
Upvotes Received
5
Posts with Upvotes
5
Upvoting Members
5
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #25.0K
Ranked #4K
~8K People Reached
About Me

I've been working around computers most my life, I'm now a developper and an IT tech.

Favorite Tags

7 Posted Topics

Member Avatar for ianhaneybs

If I may, it's not a good practice to use $_POST directly. You should use something like $from = filter_input(INPUT_POST, "from"); $to = filter_input(INPUT_POST, "to"); Read more about filter_input : [https://www.php.net/manual/fr/function.filter-input.php ](https://www.php.net/manual/fr/function.filter-input.php) There are filters you can apply to make sure the values you receive is what you intend and …

Member Avatar for michel.cote
0
123
Member Avatar for Dani

This is rather odd indeed... Looks to me as StackOverflow spent a lot of money to get favorable placement. I may be mistaken because search engine placement is not really my strong suit, it's not one of my suits at all actually (lol)... Keep up the good work though.

Member Avatar for j.khurram
11
5K
Member Avatar for Karuna_2

As far as I can tell the SendMessage function that changes the state (and thus the colour) of your ProgressBar is what causes the bar to not fully display. When I commented it out the bar fully filled but, of course, was no longer red "error". As for centering your …

Member Avatar for Xavier_5
0
295
Member Avatar for 72dpi

As an exemple of how a switch/case works this is a good snipet. But as an exemple of how to carry values over the URL this is grossly assuming that the PHP configuration is pretty permissive. In 2005 PHP allowed values to be converted automaticaly from $_GET["abc"] to $abc or …

Member Avatar for michel.cote
2
1K
Member Avatar for akkbkht

I agree with JorgeM here. Please be more specific. In your editor you should also have access to help files and exemples. Try write the code and come back with what you have tried and specific questions. I'm looking forward to seeing the results.

Member Avatar for akkbkht
0
727
Member Avatar for sunn shine

As far as I know this book is not availlable to read online. Google Books lists other books about OpenGL, one title OpenGL SuperBible: Comprehensive Tutorial and Reference and this one you can read online. This might help.

Member Avatar for ddanbe
0
116
Member Avatar for pucivogel

Hi, First to address the database error. I'm not seeing **mysql_connect** anywhere in the code above. Is the database call made into config.php? You might want to rewrite that since mysql_connect and related functions are deprecated. [Click Here to read more about that](http://www.php.net/manual/en/function.mysql-connect.php) Also you're not providing the initial HTML …

Member Avatar for michel.cote
1
313

The End.