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
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
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 …
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>';
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 …
Check these guys: [url]www.rapidvps.com[/url]
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.
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... …
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.
[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
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 …
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.
[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 …
[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] …
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. …
The End.
mbacon