Forum: Windows NT / 2000 / XP Mar 26th, 2007 |
| Replies: 1 Views: 652 Microsoft has a NAZI password policy... the way I see it, you should be allowed to use a password '1234'.... and if you get hacked then it's your own damn fault. But I think is overkill on how... |
Forum: PHP Mar 22nd, 2007 |
| Replies: 3 Views: 832 Yea I don't see any problems...
$username = $_SESSION['username'];
$user_result = mysql_query("SELECT * FROM `users` WHERE `username` = '$username'");
$user_array =... |
Forum: IT Professionals' Lounge Mar 22nd, 2007 |
| Replies: 0 Views: 789 Ok so I finally realized my eyes wouldn't hurt as much if I had a php editor to colorize my code(instead of looking at plain black text in notepad)... So I search Google for 'Free PHP Editor'....... |
Forum: PHP Mar 15th, 2007 |
| Replies: 7 Views: 2,059 Check these guys: www.rapidvps.com |
Forum: MySQL Feb 27th, 2007 |
| Replies: 5 Views: 1,720 I've tried it in PHPMYADMIN
and in my PHP script:
$select_results = mysql_query("SELECT * FROM `studentcourse` WHERE `systemcode` = 'ilscorp' AND `status` = 'complete' AND `techcode` IN... |
Forum: MySQL Feb 27th, 2007 |
| Replies: 5 Views: 1,720 Hey I appreciate the reply, but removing backticks didn't change the behavoir of the query |
Forum: IT Professionals' Lounge Feb 26th, 2007 |
| Replies: 2 Views: 3,139 PHP all the way.
I also recommend staying away from MsSQL for databasing. Since it's microsoft you are going to be looking at more money to use it.
My personal preference is Linux... |
Forum: MySQL Feb 26th, 2007 |
| Replies: 5 Views: 1,720 SELECT * FROM `studentcourse` WHERE `systemcode` = 'ilscorp' AND `status` = 'complete' AND `techcode` IN (SELECT `techcode` FROM `usersubscription` WHERE `subscription_id` = '296')
After I... |
Forum: PHP Feb 15th, 2007 |
| Replies: 4 Views: 2,557 I'd love to snap my fingers and get every tech problem solved but the reality is that I can't. Learn some patience or don't complain. |
Forum: PHP Feb 15th, 2007 |
| Replies: 3 Views: 2,109 He asked for the CODE not the ERROR |
Forum: PHP Jan 29th, 2007 |
| Replies: 2 Views: 2,786 dbismo:
You can often find free pre-made scripts for things like this with a simple google search. I came accross the same question before about PHP reading and writing XLS files. The first things... |
Forum: PHP Jan 24th, 2007 |
| Replies: 2 Views: 2,289 Hello everybody,
I am wanting to use a javascript confirm popup (OK returns TRUE/Cancel returns FALSE) to determine whether I need to run part of my PHP code.
I could only think of one way to... |
Forum: PHP Jan 18th, 2007 |
| Replies: 1 Views: 2,171 First you need to start by learning how to use mysqli with PHP.
See: http://ca.php.net/manual/en/ref.mysqli.php
Then once you are confortable with it, select your meduimblob cell. Put it in a... |
Forum: PHP Jan 18th, 2007 |
| Replies: 5 Views: 9,259 The function ini_set will set the value you provide for the directive you specified, until the script ends.
See: http://ca.php.net/ini_set
You should check the 'SMTP' and 'smtp_port' directives... |
Forum: HTML and CSS Jan 18th, 2007 |
| Replies: 10 Views: 2,408 |
Forum: HTML and CSS Jan 17th, 2007 |
| Replies: 10 Views: 2,408 Hey,
Sorry for not being specific enough about the \n... I was referring to the ASCII control character for a NewLine... \r would be Return Carriage and \t would be Tab... etc. etc..
What is... |
Forum: HTML and CSS Jan 17th, 2007 |
| Replies: 10 Views: 2,408 Hello There,
I was wondering what the purpose of using <br /> and \n are, instead of just the normal HTML line break. Does this make my code more compatible with older browsers or different... |
Forum: Community Introductions Jan 16th, 2007 |
| Replies: 4 Views: 1,174 iamthwee,
I am converting a MySQL database to a MsSQL database. I am only on the first component which is migrating the users.
The old database is for a PHP wrote system my company had... |
Forum: Community Introductions Jan 16th, 2007 |
| Replies: 4 Views: 1,174 Hey Everybody,
My name is Mike, and I'm living in BC, Canada. I have joined to dicuss, help, and request help with mainly PHP, but also other areas. I work for an IT based company where I am using... |