PHP - MySQL


  1. » JanMolendijk
    User avatar
    Dear admin,

    I have an comment tree but it is deprecated.
    i tried to update the script but i cant gets to many errors.

    Also i searching for...
    Last post » Admin
    You have to change all mysql_ functions that get and parse data from database with their mysqli correspondent.


  2. » mlucicom
    I have this code
    <?php
    session_start();

    $username2=$_SESSION ;
    require('layout.php');

    if (is_array($_POST )) {
    $media_array2 = $_POST ;...
    Last post » Admin
    The problem is with the script logic. If the $_POST not exists when there is submit , the variable that takes data from $_POST will not be defined....


  3. » mlucicom
    I have some select options:
    <select name= array[] value= a >First</select>
    <select name= array[] value= ab >First2</select>...
    Last post » Admin
    Hello,
    To transfer value from <select> tag to php you need to use <option> elements in <select>, and send data via a form with...


  4. » mlucicom
    Hello! i have a script that insert some details in MySql database but the file upload don't work.Have you any ideea why don't work ?
    if(isset($_POST...
    Last post » Admin
    I not know whay it not works, it might be problem from the html form, or the column types in mysql, or variable with data for inserting in mysql is...


  5. » mlucicom
    After a mysql select i want to add data to a div content, but script don't work..can you look above this and give me a suggestion?
    <?php...
    Last post » Admin
    That code not works because there are many double quotes inside string delimited with double-quotes in JS, and new lines in javascript string.
    Pay...


  6. » JanMolendijk
    User avatar
    I`m back again this time with an question for unlink
    i lookt for 6 hours for an solution to delete pictures placed into this code
    <?php
    $files =...
    Last post » JanMolendijk
    User avatar
    thanks for the support it is working


  7. » mlucicom
    Have you any ideea why this sql select return me only one value?
    SELECT `location`.`id` , `location`.`location` , `location`.`customer` ,...
    Last post » Admin
    I cannot test the code because i not have those mysql tables, but i can advice you to add an alias to GROUP_CONCAT:
    $sql = ... GROUP_CONCAT(area.id...


  8. » mlucicom
    Hi! i have this database select query:

    // Interogare sql SELECT
    $sql = SELECT `location`.`id` , `location`.`location` , `location`.`customer` ,...
    Last post » Admin
    You can add an Alias to the selected columns (with AS).
    $sql = SELECT t1.id, t1.name AS namet1, t2.name AS namet2 FROM table1 AS t1, table2 AS t2 ;...


  9. » JanMolendijk
    User avatar
    Dear admin i`m back again with an question
    I wanna use your file upload script

    sets maximum file size allowed (in KB). Is it posible to use...
    Last post » Admin
    I not have experience with hosting and server settings; but you can try to change those settings in php.ini and see if it works.
    - After you make...


  10. » JanMolendijk
    User avatar
    Dear Admin i`m back again with something new...
    How can i show into a php document text from an text-file ?

    i have this code into the text file...
    Last post » Admin
    Hello,
    You can use file_get_contents() to get a string with file data.
    Then, with explode() you can split that string by the separator you want,...


  11. » chill
    Hi Admin,
    I try to use more than one session field into a single string, it does not work. I have tried:
    $_SESSION $_SESSION $_SESSION and...
    Last post » Admin
    Better put here that part of code.
    Maybe not all those sessions are set.


  12. » melmdoost
    hi,
    i am using a query look like this:
    xxx.com/search.myskils.php?id=157

    this address xxx.com/search.php send an id number to...
    Last post » Admin
    In this case you have to make safety the Insert, Update, Delete data in database.
    1. You can add a login admin script that sets a Session with...


  13. » JanMolendijk
    User avatar
    Well here i`m again... I wanna use this script

    Now i try with an id (int) into this script

    <?php
    include('connection.php');

    $id = (int)...
    Last post » JanMolendijk
    User avatar
    I got one question i try to ad for the upload more extensions like avi or mp3
    but when i put this i get the error The file: 03.avi not has the...


  14. » JanMolendijk
    User avatar
    I have a rating script where new people able to rate from 1 till 5.
    Now i have this simple code what shows the total number of rates:
    <?php...
    Last post » JanMolendijk
    User avatar
    Thank you so mutch Admin great work


  15. » JanMolendijk
    User avatar
    I think i search wrong on google & after few hours i quited.
    My question how do i make a simple calculator in php code like:
    1 + 1
    2 - 1
    2 / 1...
    Last post » Admin
    Hello,
    See the script from this page:


  16. » mlucicom
    Hi Admin!
    I have a php code that select values from database but this return 500 error when i execute

    <!DOCTYPE html>
    <html lang= en...
    Last post » Admin
    Hello,
    That problem is not from that script, generally the 500 error is from server problems or from some code in .htaccess file.


  17. » melmdoost
    hello,
    i have a problem with this code:
    if(isset($_POST ))
    {
    $txt_login= mysqli_real_escape_string($con,$_POST );
    $txt_pass=...
    Last post » melmdoost
    thank you for your help.
    i can find this problem!
    it was a space line in user_password=' $hashed_password' in register code.
    all of the passwords...


  18. » mlucicom
    Hello,
    have you any ideea how this work in html without <?php ?> tags?
    <div class= modal-title...
    Last post » Admin
    - The form of the code that you posted it can work with a template system, like php Smarty, which must be included and configured in your php script....


  19. » mlucicom
    Hello..i have a php social network loveparadyse.com.
    and this is the class for add users to database:

    function query() {...
    Last post » Admin
    If it is inserted 'no_ref' it means that the $_GET is False (not in the address that accesses the file) or its value is deleted by other code in that...


  20. » JanMolendijk
    User avatar
    Dear admin i try for few hours to find out how i can get an id into my code
    <?php for($i = (0); $i<sizeof($i);$i++){ ?>
    - $i = (0); the 0...
    Last post » JanMolendijk
    User avatar
    i tried many things but i get no results


  21. » JanMolendijk
    User avatar
    I`m buissy with an simple upload script, every member have a own folder for pictures on my server.
    Now i try to add a echo variable but getting a...
    Last post » Admin
    Thanks for your intention, but I not need donation.
    I'm thankful with my peace.


  22. » JanMolendijk
    User avatar
    Dear admin i `m thankfully for your support `just great`.
    With both examples for <input type= text > it shows only string(13) but not the...
    Last post » JanMolendijk
    User avatar
    Thank you so mutch stupido me i had to use: <?php echo $ip; ?>


  23. » JanMolendijk
    User avatar
    I wanna add an ip-adress into an notice script.
    This code is working on a hosting server, but not in a script on my XAMPP-home-server
    <? echo...
    Last post » Admin
    I Not know what the problem is.
    What value it is returned by $_SERVER ?
    Try this code to see what exactly it contains:
    var_dump($_SERVER );
    - Try...


  24. » JanMolendijk
    User avatar
    My next problem when i use this code i getting one record from user=' anonymous@hotmail.com '
    but i would like to have all the records what is...
    Last post » Admin
    Hello,
    You have to use a while() loop to traverse the rows returned in the result set.
    $sql=mysqli_query($conn, SELECT * FROM `notice` WHERE...


  25. » JanMolendijk
    User avatar
    Daily i have problems with my work today my problem is...

    I try to build a Notification Popup i have for this a script what seems to work
    but...
    Last post » JanMolendijk
    User avatar
    Dear admin thanks for the support... But when i add your code i getting the number off all results.
    I have two users... 1 user have one result, the...

Forum permissions

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum