-
Edited PHP Query Fatal Error
Hello guys i have a big problem over here and and wierd i think, when im trying to add some info into database it works well i have 32 input … -
Edited PHP Query Fatal Error
Hello guys i have a big problem over here and and wierd i think, when im trying to add some info into database it works well i have 32 input … -
Created PHP Query Fatal Error
Hello guys i have a big problem over here and and wierd i think, when im trying to add some info into database it works well i have 32 input … -
Began Watching PHP Query Fatal Error
Hello guys i have a big problem over here and and wierd i think, when im trying to add some info into database it works well i have 32 input … -
Began Watching Do any of you Game?
I am new to the site but I actively participate in the DANIPAD events for Dani. I host gaming events here every so often and I would like to know … -
Replied To a Post in Do any of you Game?
I play Counter Strike 1.6 sometimes when its way too much boring and there is not more "work" for me :P -
Created php random 6 number generator
Hello everyone i want to make a random number generator and also to check the numbers, and if that number exist in the database than to generate other number... thank … -
Began Watching php random 6 number generator
Hello everyone i want to make a random number generator and also to check the numbers, and if that number exist in the database than to generate other number... thank … -
Marked Solved Status for php autosuggestion from array
Hello everyone have a nice day or night where ever you are so i hope i will have a great night if i fix this problem i have right here … -
Replied To a Post in php autosuggestion from array
Thanks alot and i have another question, why the autosuggestion works just on the first field and not in others? -
Replied To a Post in php autosuggestion from array
@pixelsoul wow this actualy really helped thanks alot men and like i said **DaniWeb for life :D :D** -
Edited php autosuggestion from array
Hello everyone have a nice day or night where ever you are so i hope i will have a great night if i fix this problem i have right here … -
Created php autosuggestion from array
Hello everyone have a nice day or night where ever you are so i hope i will have a great night if i fix this problem i have right here … -
Began Watching php autosuggestion from array
Hello everyone have a nice day or night where ever you are so i hope i will have a great night if i fix this problem i have right here … -
Marked Solved Status for why cant insert this into table ?
I have a little problem over here this code doesn't work well what is the problem if anyone know ? $getUsername = getUserData('Username'); $sql = "INSERT INTO `kladilnica` VALUES ('', … -
Replied To a Post in why cant insert this into table ?
Opss the problem was in the `<form>` i delited the form with the matches fields and now works fine... but now i have other problem i do not know how … -
Replied To a Post in why cant insert this into table ?
yup i know that but i dont know the way of doing that in mysqli. When i type that into SQl in phpmyadmin i get small table with this results … -
Replied To a Post in why cant insert this into table ?
`connect.php` <?php $DBServer = 'localhost'; $DBUser = 'root'; $DBPass = ''; $DBName = 'upstrey'; $conn = new mysqli($DBServer, $DBUser, $DBPass, $DBName); if ($conn->connect_error) { die("Connection failed: " . $conn->connect_error); } … -
Replied To a Post in why cant insert this into table ?
Here is the whole script so if anyone know what is wrong here ? Also when i will delete the matches from the query and let just `ID` `username` `betamouth` … -
Replied To a Post in why cant insert this into table ?
yup they are 16 input fields and i tryed in the phpmyadmin and it works but with the code i have doesn't work and i do not have any errors, … -
Edited why cant insert this into table ?
I have a little problem over here this code doesn't work well what is the problem if anyone know ? $getUsername = getUserData('Username'); $sql = "INSERT INTO `kladilnica` VALUES ('', … -
Created why cant insert this into table ?
I have a little problem over here this code doesn't work well what is the problem if anyone know ? $getUsername = getUserData('Username'); $sql = "INSERT INTO `kladilnica` VALUES ('', … -
Began Watching why cant insert this into table ?
I have a little problem over here this code doesn't work well what is the problem if anyone know ? $getUsername = getUserData('Username'); $sql = "INSERT INTO `kladilnica` VALUES ('', … -
Replied To a Post in PHP check if input has a value
anyone ? -
Created PHP check if input has a value
Hello is there a way of checking the input field have a value but with out clicking a button, for ex. if i write any letter inside the field to … -
Began Watching PHP check if input has a value
Hello is there a way of checking the input field have a value but with out clicking a button, for ex. if i write any letter inside the field to … -
Replied To a Post in PHP query doesn't updating the database
Ok now i dont get any error but the receiver `payCheck` field is updating just with the number they send to him. -
Replied To a Post in PHP query doesn't updating the database
It doesn't work i tryed different ways of that but neither works.. so im asking everyone who can help me with this problem does i can contact with she/him on … -
Replied To a Post in PHP query doesn't updating the database
@Traevel can you help or anyone else ? also that with the $count is fixed dont look it And also `Uplata` is done, so just `reciver_id` session variable -
Marked Solved Status for 500 Internal Server Error
I uploaded the files into my hosting server and im getting this error when i want to open my site what is the problem ? Im using `index.php` but i … -
Replied To a Post in 500 Internal Server Error
I solved it with reseting the account settings, that helped. -
Replied To a Post in 500 Internal Server Error
Where can i check that ? -
Replied To a Post in 500 Internal Server Error
How do i know where is my error and how do i fix it ? :/ My `index.php` file is simple with redirecting code <?php require 'connect.php'; require 'core.php'; if(loggedin()) … -
Replied To a Post in 500 Internal Server Error
is there any difference in `file.inc.php` and `file.php` ? i though its because that but its not i have changed the files but not helping.. -
Created 500 Internal Server Error
I uploaded the files into my hosting server and im getting this error when i want to open my site what is the problem ? Im using `index.php` but i … -
Began Watching 500 Internal Server Error
I uploaded the files into my hosting server and im getting this error when i want to open my site what is the problem ? Im using `index.php` but i … -
Replied To a Post in PHP query doesn't updating the database
Sorry for late reply but yesterday daniweb was down so i was unable to reply, anyway the `user_id` is placed in `login.php` and `core.php` so what i have done... I … -
Replied To a Post in PHP query doesn't updating the database
Thanks and where should i place this code in which file `login.php`, `core.php`, `donate.php` ? -
Replied To a Post in PHP query doesn't updating the database
anyone ? -
Replied To a Post in PHP query doesn't updating the database
How do i set the `receiver_id` session to get the receiver data from the fields in this case i want to get the `payCheck` field. -
Replied To a Post in PHP query doesn't updating the database
But it gives me error `Notice: Undefined index: receiver_id in C:\xampp\htdocs\Training\core.php on line 46` what should i do to place `receiver_id` in the session ? -
Replied To a Post in PHP query doesn't updating the database
So it will be something like this ? function getReceiverData($field) { $DBServer = 'localhost'; $DBUser = 'root'; $DBPass = ''; $DBName = 'upstrey'; $conn = new mysqli($DBServer, $DBUser, $DBPass, $DBName); … -
Replied To a Post in PHP query doesn't updating the database
Oh found the error in `$result->num_rows > 0` it needs to be `$result->num_rows == 0` :D ... thank you alot Traevel and broj1 really helped :) Also i really need … -
Replied To a Post in PHP query doesn't updating the database
I have changed the code into this but still showing `Username doesn't exist.` <?php if(isset($_POST['howMuch']) && isset($_POST['where'])) { $howMuch = $_POST['howMuch']; $where = $_POST['where']; if(empty($howMuch) && empty($where)){ echo "You cant … -
Replied To a Post in PHP query doesn't updating the database
Oh daamn :D but now its showing always `username doesn't exist` -
Created PHP query doesn't updating the database
Hello i have this code and something isn't working but i dont know what, the code it does not updating the database at all and i don't get any errors. … -
Began Watching PHP query doesn't updating the database
Hello i have this code and something isn't working but i dont know what, the code it does not updating the database at all and i don't get any errors. … -
Marked Solved Status for What is the problem
Hello i im confuzed with this problem, i have converted the php code into the right format `MySQLi` and i get this wierd error `Notice: Array to string conversion in … -
Replied To a Post in What is the problem
Yeah, i dont know why that is still there and i know it will never be shown :D And yeah i forgoted to put the `header.php` code, but its just … -
Replied To a Post in What is the problem
I know im not alowed to do this but Anyone ?
The End.