Search Results

Showing results 1 to 19 of 19
Search took 0.01 seconds.
Search: Posts Made By: mbacon
Forum: Windows NT / 2000 / XP Mar 26th, 2007
Replies: 1
Views: 652
Posted By mbacon
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
Posted By mbacon
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
Posted By mbacon
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
Posted By mbacon
Forum: MySQL Feb 27th, 2007
Replies: 5
Views: 1,720
Posted By mbacon
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
Posted By mbacon
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
Posted By mbacon
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
Posted By mbacon
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
Posted By mbacon
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
Posted By mbacon
He asked for the CODE not the ERROR
Forum: PHP Jan 29th, 2007
Replies: 2
Views: 2,786
Posted By mbacon
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
Posted By mbacon
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
Posted By mbacon
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
Posted By mbacon
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
Posted By mbacon
Thank you :)
Forum: HTML and CSS Jan 17th, 2007
Replies: 10
Views: 2,408
Posted By mbacon
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
Posted By mbacon
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
Posted By mbacon
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
Posted By mbacon
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...
Showing results 1 to 19 of 19

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC