-
Created PHP get one array element
I have problem with selecting elements from array i have this code which is supposed to take the choosed element and echo it back but instead that this code just … -
Began Watching PHP get one array element
I have problem with selecting elements from array i have this code which is supposed to take the choosed element and echo it back but instead that this code just … -
Marked Solved Status for Help needed with regualar expressions
Hello guys i need to get all currencies in the world is there anyone who knows where to get them in a file so i can import it in my … -
Created Help needed with regualar expressions
Hello guys i need to get all currencies in the world is there anyone who knows where to get them in a file so i can import it in my … -
Began Watching Help needed with regualar expressions
Hello guys i need to get all currencies in the world is there anyone who knows where to get them in a file so i can import it in my … -
Created sql select most repeated value by date
How do i get the most repeated value that is inserted just today from 23:59 till 00:00 i have this sql but i dont know how to filter it by … -
Began Watching sql select most repeated value by date
How do i get the most repeated value that is inserted just today from 23:59 till 00:00 i have this sql but i dont know how to filter it by … -
Revoked Solved Status for BOOST VOLUME (headphones)
Is there any program for boosting my headphones i have searched on internet but all i get is the same steps (right click on volume>Playback Devices > Properties>Enhacements> Enable Sound … -
Marked Solved Status for BOOST VOLUME (headphones)
Is there any program for boosting my headphones i have searched on internet but all i get is the same steps (right click on volume>Playback Devices > Properties>Enhacements> Enable Sound … -
Replied To a Post in BOOST VOLUME (headphones)
I have downloaded fxsound.com like rproffitt recommended me and im pretty satisfied :) -
Gave Reputation to rproffitt in BOOST VOLUME (headphones)
Something else to try. Beware it will take some CPU load but google up fxsound.com. I don't need to but if you can't get an amp, and need just a … -
Created BOOST VOLUME (headphones)
Is there any program for boosting my headphones i have searched on internet but all i get is the same steps (right click on volume>Playback Devices > Properties>Enhacements> Enable Sound … -
Began Watching BOOST VOLUME (headphones)
Is there any program for boosting my headphones i have searched on internet but all i get is the same steps (right click on volume>Playback Devices > Properties>Enhacements> Enable Sound … -
Marked Solved Status for Why this SQL doesn't work ?
I want to make dynamic search button i have this code but doesnt work it gives me this error `Could not connect to database. Fatal error: Wrong SQL: SELECT * … -
Created Why this SQL doesn't work ?
I want to make dynamic search button i have this code but doesnt work it gives me this error `Could not connect to database. Fatal error: Wrong SQL: SELECT * … -
Began Watching Why this SQL doesn't work ?
I want to make dynamic search button i have this code but doesnt work it gives me this error `Could not connect to database. Fatal error: Wrong SQL: SELECT * … -
Began Watching PHP Function is not working
Sir I have following codes to create table <?php function create_table(){ $query = "CREATE TABLE IF NOT EXISTS country ( id INT(6) not null AUTO_INCREMENT PRIMARY KEY, name VARCHAR(30) NOT … -
Replied To a Post in PHP Function is not working
You have misstake in mysqli_connect order `$conn = mysqli_connect($host, $db, $user, $pass)` should be like this `$conn = new mysqli_connect($host, $db, $pass, $user);` -
Edited Split string from txt file
Hello everone, i have a `teams.txt` file there are soccer clubs every team on new line i want to split the country from the club when is inserted into database. … -
Created Split string from txt file
Hello everone, i have a `teams.txt` file there are soccer clubs every team on new line i want to split the country from the club when is inserted into database. … -
Began Watching Split string from txt file
Hello everone, i have a `teams.txt` file there are soccer clubs every team on new line i want to split the country from the club when is inserted into database. … -
Replied To a Post in bootstrap autocomplete
Someone ? -
Replied To a Post in Encrypt $_GET parameter PHP
@ryantroop i'm using this for opening new page for reading news. -
Created Navigation doesn't work properly
I have wierd problem the navigation is working good everywhere but on `home.php` file it doesnt work when i press the MORE button to open the dropdown here is my … -
Began Watching Navigation doesn't work properly
I have wierd problem the navigation is working good everywhere but on `home.php` file it doesnt work when i press the MORE button to open the dropdown here is my … -
Marked Solved Status for What is wrong with this SQL ?
Here is the error it gives me Warning: mysqli::query(): Couldn't fetch mysqli in C:\xampp\htdocs\bootstrap\tickets_info.php on line 27 db problem. Warning: main(): Couldn't fetch mysqli in C:\xampp\htdocs\bootstrap\tickets_info.php on line 31 Fatal … -
Replied To a Post in What is wrong with this SQL ?
I have made a huge misstake i have closed connection after `getUserData` i have commented the `$conn->close();` and now works good :D function getUserData($table, $field) { global $conn; $DBServer = … -
Replied To a Post in What is wrong with this SQL ?
Opps my misstake it happens... :D I get nothing with the right variable names, it loads with out errors but nothing shows on the screen -
Replied To a Post in What is wrong with this SQL ?
It gives me `ERROR: 1046 [3D000]: No database selected` i have do it in other script. test.php <?php $DBServer = 'localhost'; $DBUser = 'root'; $DBPass = ''; $DBName = 'upstrey'; … -
Replied To a Post in What is wrong with this SQL ?
Does this can happen because connection file is wrong ? Here is the code i have in the connect.php <?php $DBServer = 'localhost'; $DBUser = 'root'; $DBPass = ''; $DBName … -
Replied To a Post in What is wrong with this SQL ?
It gives me this error again Warning: mysqli::query(): Couldn't fetch mysqli in C:\xampp\htdocs\bootstrap\tickets_info.php on line 27 Warning: main(): Couldn't fetch mysqli in C:\xampp\htdocs\bootstrap\tickets_info.php on line 30 db problem: Warning: main(): … -
Replied To a Post in What is wrong with this SQL ?
Line 27: `$result = $conn->query($sql);` Line 31: `trigger_error('Wrong SQL: ' . $sql . ' Error: ' . $conn->error, E_USER_ERROR);` -
Edited What is wrong with this SQL ?
Here is the error it gives me Warning: mysqli::query(): Couldn't fetch mysqli in C:\xampp\htdocs\bootstrap\tickets_info.php on line 27 db problem. Warning: main(): Couldn't fetch mysqli in C:\xampp\htdocs\bootstrap\tickets_info.php on line 31 Fatal … -
Created What is wrong with this SQL ?
Here is the error it gives me Warning: mysqli::query(): Couldn't fetch mysqli in C:\xampp\htdocs\bootstrap\tickets_info.php on line 27 db problem. Warning: main(): Couldn't fetch mysqli in C:\xampp\htdocs\bootstrap\tickets_info.php on line 31 Fatal … -
Began Watching What is wrong with this SQL ?
Here is the error it gives me Warning: mysqli::query(): Couldn't fetch mysqli in C:\xampp\htdocs\bootstrap\tickets_info.php on line 27 db problem. Warning: main(): Couldn't fetch mysqli in C:\xampp\htdocs\bootstrap\tickets_info.php on line 31 Fatal … -
Replied To a Post in why i cannot connect the the server
Thank you cereal! Finally realized that i was using wrong `$DBServer` info :S -
Marked Solved Status for why i cannot connect the the server
I have host on 000webhost when i will try to connect it gives me this error i cannot figure out whats the problem ? `Warning: mysqli::mysqli() [mysqli.mysqli]: (HY000/1130): Host '31.170.161.176' … -
Replied To a Post in why i cannot connect the the server
I putted the script files into their File Manager in `public_html` also there was 2 files one `default.php` and the other i dont remember, i have deleted them and placed … -
Replied To a Post in why i cannot connect the the server
Yes i have access to phpMyAdmin and i can connect via FileZilla -
Replied To a Post in why i cannot connect the the server
Sorry i didnt get you can you explain me more how should i do that ? sorry i dont have to much knowledge in PHP -
Edited why i cannot connect the the server
I have host on 000webhost when i will try to connect it gives me this error i cannot figure out whats the problem ? `Warning: mysqli::mysqli() [mysqli.mysqli]: (HY000/1130): Host '31.170.161.176' … -
Edited why i cannot connect the the server
I have host on 000webhost when i will try to connect it gives me this error i cannot figure out whats the problem ? `Warning: mysqli::mysqli() [mysqli.mysqli]: (HY000/1130): Host '31.170.161.176' … -
Created why i cannot connect the the server
I have host on 000webhost when i will try to connect it gives me this error i cannot figure out whats the problem ? `Warning: mysqli::mysqli() [mysqli.mysqli]: (HY000/1130): Host '31.170.161.176' … -
Began Watching why i cannot connect the the server
I have host on 000webhost when i will try to connect it gives me this error i cannot figure out whats the problem ? `Warning: mysqli::mysqli() [mysqli.mysqli]: (HY000/1130): Host '31.170.161.176' … -
Replied To a Post in Encrypt $_GET parameter PHP
I have this code but it tells me that cant find that ID when im getting the item ID function link_encrypt($link) { $hash_format = "$2y$10$"; $salt_lenght = 22; $salt = … -
Replied To a Post in Encrypt $_GET parameter PHP
So should i buy an SSL certificate to do this or should i make it with code ? also there isn't php way of doing this ? -
Edited Encrypt $_GET parameter PHP
I have two questions does its possible to encrypt get parameter same like the passwords are? If NO whats the best method to do it i have simple parameter `articleID=1`, … -
Created Encrypt $_GET parameter PHP
I have two questions does its possible to encrypt get parameter same like the passwords are? If NO whats the best method to do it i have simple parameter `articleID=1`, … -
Began Watching Encrypt $_GET parameter PHP
I have two questions does its possible to encrypt get parameter same like the passwords are? If NO whats the best method to do it i have simple parameter `articleID=1`, … -
Marked Solved Status for Manipulating sound on button click
Hello everyone, im thinking how to make car engine sound on button click... my idea is when i click the button to be the same as you click on the …
The End.