User Profile

Collapse

Profile Sidebar

Collapse
bhing
bhing
Last Activity: Feb 14 '08, 06:00 AM
Joined: Oct 19 '06
Location: cebu, philippines
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • bhing
    replied to Multiple forms in single submit button
    in PHP
    ok..

    thanks much..

    its very helpful..

    i got the idea already..

    tnx again
    See more | Go to post

    Leave a comment:


  • bhing
    replied to Multiple forms in single submit button
    in PHP
    ok i will try.. but my question is, how to receive it...

    i have firstname,lastn ame,age, email field..

    they are in one form the one that you suggested above..

    if the posted form fields are submitted to the database.. i will do a loop to populate it in the database?
    See more | Go to post

    Leave a comment:


  • bhing
    replied to Multiple forms in single submit button
    in PHP
    yes i have to separate them since they have the same name..

    not like in your example that it has email1, email2, and email3...

    in my case they have the same field name.. only email.
    See more | Go to post

    Leave a comment:


  • bhing
    replied to Multiple forms in single submit button
    in PHP
    Im sorry for not following guidelines..
    Here are my codes:

    [Code=html]


    <form name="form1" action="action. php">
    <input type="text" value="" name="email" id="id" />
    </form>

    <form name="form2" action="action. php">
    <input type="text"...
    See more | Go to post
    Last edited by Atli; Nov 7 '07, 03:14 PM. Reason: Fixed [code] tags.

    Leave a comment:


  • bhing
    started a topic Multiple forms in single submit button
    in PHP

    Multiple forms in single submit button

    Hi, please help me.
    I have a few forms and I need send there forms by one submit input.
    They have the same form action and almost the same fields. It is like a referral page.

    for example
    [code=html]
    <form>
    <input type="text" value="1" name="id" id="id" />
    </form>

    <form>
    <input type="text" value="2"...
    See more | Go to post
    Last edited by Atli; Nov 6 '07, 10:47 PM. Reason: Added [code] tags.

  • bhing
    replied to cannot access my http://localhost remotely
    ok.. i solved it already..


    i just disabled the selinux..

    hayyyyyy.. i found nothing in google about disabling selinux...

    grrrrrrrrrrrrrr
    See more | Go to post

    Leave a comment:


  • bhing
    replied to cannot access my http://localhost remotely
    also. i can ping its ip remotely but when i access it through http it cant be found
    See more | Go to post

    Leave a comment:


  • bhing
    replied to cannot access my http://localhost remotely
    yes we are behind a router.. our ip starts w/ 61.9.x.x

    what should i do? i guess the port 80 is already open.. is it really the ip matter why i cant access the http remotely?
    See more | Go to post

    Leave a comment:


  • bhing
    replied to cannot access my http://localhost remotely
    sorry for the incomplete information ive given..

    i can ping its ip through intranet but when i try to access it through the web

    like http://<ip address>, it cant be found..

    is this with the apache problem?

    if it is, how to configure it?

    --thanks
    See more | Go to post

    Leave a comment:


  • bhing
    started a topic cannot access my http://localhost remotely

    cannot access my http://localhost remotely

    hiya everyone..

    i have php 5 and mysql 5 installed on my server...

    when i access http://locahost in my local server it goes well...

    but when i tried to access it using its ip (http://<ip>)
    the message is no route to host unable to retrieve....

    why is that so?

    looking forward to your replies guys...
    See more | Go to post

  • bhing
    replied to restarting httpd warning
    thanks..
    its working now
    See more | Go to post

    Leave a comment:


  • bhing
    replied to restarting httpd warning
    this is my etc/hosts

    127.0.0.1 <someNameHere > localhost.local admin localhost

    .......

    i changed the hostname to different name using the command

    " hostname test "

    -------

    what should i do? is there something wrong with the changes i made?
    See more | Go to post

    Leave a comment:


  • thanks dor the reply but i have already figured out the problem, i just doubled the $ dollar sign in the script used for connecting to the database, for 2 days of troubleshooting , i cant imagine that the problem is just that.... My Gosh!!!!!!!


    thnx a lot...
    See more | Go to post

    Leave a comment:


  • i also noticed that when i tried to start mysqld service with --skip-grant-tables,
    it will display the content of the database queried using the php script...
    See more | Go to post

    Leave a comment:


  • Fatal error: Access denied for user 'apache'@'localhost'

    please help me..
    i dont really understand whats happening in my server....
    i have a website using php... when i try to access it this is the message....

    Fatal error: Access denied for user 'apache'@'local host' (using password: YES)

    why is that so? when in fact i dont have any apache user on my mysql.user,

    please.. i really need the answer asap.. tnx
    See more | Go to post

  • bhing
    started a topic restarting httpd warning

    restarting httpd warning

    help!!!!!! i dont understand what im missing.. i restarted apache ans this is what happened...

    service httpd restart
    Stopping httpd: [ OK ]
    Starting httpd: httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
    [ OK ]

    what do i have to ch...
    See more | Go to post

  • bhing
    replied to changing fedora core 5 computer name
    yup.. but how do i do it in command line?
    i want to permanently change the computer name,
    i did 'hostname <compname>'
    but after i reboot it will go back to its default name...
    See more | Go to post

    Leave a comment:


  • bhing
    replied to changing fedora core 5 computer name
    wow.... excellent!!!

    thanks paul..
    See more | Go to post

    Leave a comment:


  • bhing
    started a topic changing fedora core 5 computer name

    changing fedora core 5 computer name

    hi guys..

    im new at installing fedora 5,

    i have a simple question, how do i change the name of the computer?

    example:

    [root@pc1-37 ~]:

    how do i change the pc1-37 to other name?
    i mean, in order to look like this:

    [root@bhing ~]

    ............... ...... tnx and im looking forward for your reply guys..
    See more | Go to post

  • bhing
    replied to upgrading MySQL 3.23 to 4.0
    thanks guys.. i really appreciate your suggestions..

    but if ever i install the new mysql which is version 5, is it safe?

    i mean, my current version of mysql is 3.23.54, im planning to remove it and install the version 5.x.x ... of course i will backup first the database..

    do i have to expect a lot of errors when m going to upload the backup database to the new mysql (5.x.x)... what are the common errrors?...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...