PhpMyadmin on wos portable Programming Databases by SimonIoa Does anyone know how to install phpMyAdmin on wos portable? Re: PhpMyadmin on wos portable Programming Databases by SimonIoa i found a previous version of WOS and copy paste it on the www folder and on the mysql folder. If this helps anyone PC freeze then doesnt turn back on Hardware and Software Microsoft Windows by geebalicous … will freeze, i was chekin wot would work while it wos frozen and got this: the num lock etc wont change… Top Sellers php script Programming Web Development by eman neercs … b.Quantity, round((b.Quantity/Sum(a.OrderedQuantity)),0) as WOS FROM orders a inner join stock b on a.sku… can't connect to database Programming Databases by SimonIoa … echo 'DDD'; ?>` THE THING IS THAT I AM USING WOS PORTABLE IS IT POSSIBLE THAT IT DOESNT SUPPORT PHPMYADMIN? I… Re: can't connect to database Programming Databases by SimonIoa yes thats the issue i was using wos portable and it doesnt supports php 5.4, only php 4 thats why ive been having problems. For future reference i had problems. as 1. Couldn't read private or public funcion (i mean the syntax of cit ) i change them to function and it worked. I dont know how to put it better. Sorry I can't play 18 WOS Haulin Hardware and Software Microsoft Windows by ivan3510 Hi! I could play 18 Wheels of Steel: Haulin, and then I've deleted it. After a while I've installed it but I can't play it. I click on the icon but nothing happens. Can somebody help me? Thanks a lot! Re: Need way to use php without a server. Programming Web Development by Anonymusius You could use [URL]http://www.wampserver.com/en/[/URL] or XAMPP (to lazy to search for link ;P). It has most the feature's necessary and works fine. It has PHPmyadmin (Very handy for mysql). If you want to run a server from a USBstick I would recommend [URL]http://www.chsoftware.net/en/useware/wos/wos.htm[/URL] Good luck and Have Fun. Re: XP Boot error windows\system32\config\system Hardware and Software Microsoft Windows by geebalicous that happened 2 me it wos something wrong with tha bios. i had 2 get sum guy 2 come and fix it but i didnt hav 2 reformat. so i'd just call the company ur PC came from if it had warranty or take it 2 a PC repair shop Re: Cleverbot AI Community Center Geeks' Lounge by Ezzaral … so? User: So how>. Cleverbot: Sow ho? User: Oh Wos! Cleverbot: What is your name? User: You are Ashamed. Cleverbot… Re: My computer has gone through the most malware i have ever seen, Please help. Hardware and Software Information Security by ::/NICK\:: …-12-05 21:07:27 ----D---- C:\Program Files\18 WoS Pedal to the Metal 2009-12-03 16:59:24… Re: PC freeze then doesnt turn back on Hardware and Software Microsoft Windows by geebalicous i just figured out if i open the dvd drive and turn it off while its kept open(this is happening wen it wont boot up). then when i turn it bak the PC will work Re: Top Sellers php script Programming Web Development by pritaeas Use a LEFT JOIN. You can then in your SELECT check for NULL values (missing SKU's) and return 0 (if that is what you want). Re: Top Sellers php script Programming Web Development by eman neercs Brilliant. That did it. Thanks Re: can't connect to database Programming Databases by Aeonix Okay, questionaire: 1. Do you have Apache server? Start it. 2. Do you have MySQL server? Start it. 3. Create a file called `config.php`, put inside <?php $sql_un = "root"; // default: "root"; $sql_pd = ""; // default: ""; $sql_db = ""; … Re: can't connect to database Programming Databases by SimonIoa i just did so i see what it returns without connecting to db. Where shall i put the config file? Re: can't connect to database Programming Databases by SimonIoa nothing still a blank page Re: can't connect to database Programming Databases by SimonIoa ok. when i use this `$sql_conn = mysql_connect("127.0.0.1", $sql_un, $sql_pd, $sql_db);` it replies File's request has been successfully sent and answer received. when i leave it as you send it to me `$sql_conn = mysqli_connect("127.0.0.1", $sql_un, $sql_pd, $sql_db);` it returns a blank page Re: can't connect to database Programming Databases by Aeonix `mysql` is how the database is called, but there has been an update to it called `mysqli` which is essentially just "MySQL improved", I think you need to upgrade your SQL server. The file should be put inside of `htdocs` or `www` folder, but you already figured that out. Re: can't connect to database Programming Databases by pritaeas mysqli extension not enabled in the php.ini?