User Profile

Collapse

Profile Sidebar

Collapse
rian92
rian92
Last Activity: Dec 10 '14, 04:12 AM
Joined: Oct 16 '14
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • rian92
    started a topic reply for comments form
    in PHP

    reply for comments form

    Hai, I'm new in php and I have a problem when create reply for comments form. I try to create comments form that has reply button but every time I click reply button it not working at all. Hope someone can help me. Here is my code for comments form.
    Code:
    <?php
    include("db_connect.php");
    include("functions.php");
    ?>
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    ...
    See more | Go to post

  • Hi iam_clint,
    Yes that my input name.
    See more | Go to post

    Leave a comment:


  • rian92
    started a topic Warning: file_get_contents(): Filename cannot be empty
    in PHP

    Warning: file_get_contents(): Filename cannot be empty

    Hi I would like to point out before I get into this that I am a PHP newb, and I have been struggling for a while. I'm trying this new script, but I got an error every time I did upload file.

    Warning: file_get_conten ts(): Filename cannot be empty in C:\Users\user\D esktop\xampp\ht docs\ubfm\d2.ph p on line 18

    Code:
    <?php
    // Check if a file has been uploaded
    if(isset($_FILES['uploaded_file'])) {
        // Make
    ...
    See more | Go to post

  • rian92
    replied to Uploading files into a MySQL database using PHP
    in PHP
    Hi Atli. Lots of thank for the code. But I have bit of problem, it work perfectly when I upload file. But if I did upload anything it become an error. I hope you can help me. It really urgent. once again thank you.
    Error :
    An error accured while the file was being uploaded. Error code: 4
    See more | Go to post

    Leave a comment:


  • rian92
    started a topic Problem uploading files into MySQL
    in PHP

    Problem uploading files into MySQL

    Hi,

    I followed the instructions in the thread Uploading files into MySQL database using php and this code just work fine.

    But after I add few new data it got a problem. Hope you can help me. There I attach the code.

    Code:
    <p>Your Comment has been Successfully Sent!</p>
    <p><a href="upload_1.php">Back </a>
    </p>
    <?php 
    //connecting to the database
    ...
    See more | Go to post
    Last edited by Frinavale; Oct 16 '14, 01:08 PM. Reason: Split off of another thread.
No activity results to display
Show More
Working...