Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

14 Posted Topics

Member Avatar for 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 operating systems? Thanks, Mike

Member Avatar for peter_budo
0
83
Member Avatar for 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 microsoft dictates which password you use... This might be little fries in …

Member Avatar for jbennet
0
105
Member Avatar for sam1

Yea I don't see any problems... $username = $_SESSION['username']; $user_result = mysql_query("SELECT * FROM `users` WHERE `username` = '$username'"); $user_array = mysql_fetch_arrary($user_result); echo 'Name: '.$user_array['firstname'].' '.$user_array['lastname'].'<br>'; echo 'Birthdate: '.$user_array['birthdate'].'<br>';

Member Avatar for yogeshsinghal
0
84
Member Avatar for 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'.... first one that comes up is: [URL="http://www.google.ca/pagead/iclk?sa=l&ai=BZbWypakCRtaTPIvogQO0tMHLAYv7zSOrlL25As2y4LQDoP4KCAAQARgBILZUOABQt4eu0QFg_YD2gMwDmAG4hgGYAfCGAZgB3IcBmAG4kgaYAbuSBpgBvpIGoAGfkZ7_A6oBGm9yZy5tb3ppbGxhOmVuLVVTOm9mZmljaWFsyAEBgAIB&adurl=http://na.link.decdna.net/n/15907/15909/www.zend.com/59fb488d0025030000000008000115750dbb58e901b2f18b00000000000000000000000100/i/c%3F0%26pq%3D%252fproducts%252fzend%255fstudio"][B]Free Php Editor[/B][/URL] [url]www.zend.com/studio[/url] I know who …

0
44
Member Avatar for eldoc
Member Avatar for mbacon

SELECT * FROM `studentcourse` WHERE `systemcode` = 'ilscorp' AND `status` = 'complete' AND `techcode` IN (SELECT `techcode` FROM `usersubscription` WHERE `subscription_id` = '296') After I run this the server has an intense lag and needs to be restarted or timeoutes occur.

Member Avatar for peter_budo
0
116
Member Avatar for gruebz

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 OS(distrosbution that are cost-free), PHP scripting and MySQL databases. Unless for a specific reason you need Windows... …

Member Avatar for mbacon
0
183
Member Avatar for jaikar

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.

Member Avatar for yakoo
0
102
Member Avatar for yakoo

[quote=jaikar;312919]can you be more specific ?, if you could show the code it will be easy to troubleshoot.[/quote] He asked for the CODE not the ERROR

Member Avatar for mbacon
0
88
Member Avatar for 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 try, and this is it: [code]echo "<script type=\"javascript\"> var popbox = confirm(\"Are you sure …

Member Avatar for theonlydrayk
0
103
Member Avatar for dbismo

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 I did was ask google... and the first search result was all I needed.

Member Avatar for mbacon
0
111
Member Avatar for irotsenmar

[quote=irotsenmar;302735]i searched the source code of all the pages and couldn't find ini_set[/quote] The function ini_set will set the value you provide for the directive you specified, until the script ends. See: [URL]http://ca.php.net/ini_set[/URL] You should check the 'SMTP' and 'smtp_port' directives because you seem to be unable to connect to …

Member Avatar for vssp
0
1K
Member Avatar for leapon75

[QUOTE=leapon75;302798]Hi, i have a problem, I'd like to load a file mediumblob from DB mysqli () and save it on directory ("../uploads") on a server, using a php page. Can you help me ???? :sad:[/QUOTE] First you need to start by learning how to use mysqli with PHP. See: [URL]http://ca.php.net/manual/en/ref.mysqli.php[/URL] …

Member Avatar for mbacon
0
57
Member Avatar for 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 PHP to convert/migrate our old database to the new systems' database. …

Member Avatar for cecil.vera
0
157

The End.