Search found 24 matches

by Rmias
Mon Feb 07, 2005 3:31 pm
Forum: Databases
Topic: Upload MySql to the server
Replies: 4
Views: 519

Ok thanks I will check their site,

thanks for the help
by Rmias
Mon Feb 07, 2005 3:27 pm
Forum: Databases
Topic: Upload MySql to the server
Replies: 4
Views: 519

Hi, Sorry for my ignorance, but I have used ftp software to upload my files and on the server I only have three folders named htdocs, logfiles and private. I don't know where to use the phpmyadmin do I need to upload it on the server? or should I contact the hosting company. and how do I access the ...
by Rmias
Mon Feb 07, 2005 12:25 pm
Forum: Databases
Topic: Upload MySql to the server
Replies: 4
Views: 519

Upload MySql to the server

Hi, I upload all my files to the web server successfully and manage to see the web site. However part of the web site uses php with mysql and I do not have a clue on how to upload the database into the server. I did some research and I found out I need to use phpMyAdmin. I export the database to str...
by Rmias
Fri Apr 16, 2004 6:24 am
Forum: Databases
Topic: Display deleted records in mysql
Replies: 3
Views: 428

Display deleted records in mysql

Hi,

If I deleted records from Mysql table, is there a way to display the deleted records using php. I know that the delete command will not permanently remove the records

Thanks

Rmias
by Rmias
Sat Mar 13, 2004 1:39 pm
Forum: PHP - Code
Topic: passing selected id from one function to another
Replies: 4
Views: 577

hey thank you,

you guys are great, and because of you out there i am learing and practising a lot.
by Rmias
Thu Mar 11, 2004 2:15 am
Forum: PHP - Code
Topic: passing selected id from one function to another
Replies: 4
Views: 577

Hey scorphus Thanks again and again it finally works i was struggling with this problem for more than 8 hours

I really appreaciate your help just a quick question what is the function of & in displayTopic&displaytopic = .........
by Rmias
Wed Mar 10, 2004 6:40 pm
Forum: PHP - Code
Topic: passing selected id from one function to another
Replies: 4
Views: 577

passing selected id from one function to another

Hi I have the following two functions. the first function displays the topics in the forum. what I would like to do is if the user select one topic and click on it, it will pass the selected topic id to the other function. Here are the codes. what I am getting is blank page in the 2nd function. <?ph...
by Rmias
Sun Mar 07, 2004 6:09 pm
Forum: PHP - Code
Topic: Problem when using PHP class to create table
Replies: 1
Views: 257

Problem when using PHP class to create table

Hi, I have modified the following php code to create tables fields dynamically. Basically I created a simple html form to enter the table name and pass the table name to the php file to create fields for the table. in the php file the user can enter details of the fields or delete as appropriate, so...
by Rmias
Thu Mar 04, 2004 8:20 am
Forum: PHP - Code
Topic: Populate listbox from a table PLEASE HELP
Replies: 2
Views: 942

thank you quads i will try it.

again thanks for your help
by Rmias
Wed Mar 03, 2004 10:00 am
Forum: PHP - Code
Topic: Populate listbox from a table PLEASE HELP
Replies: 2
Views: 942

Populate listbox from a table PLEASE HELP

Hi, I created databases for a book store and I would like to create an Order process page that will contain customer name and book name and the other details. I have the following tables customer - {cust_id, name and etc...} book - {book_id, title and etc .......} order {order_id order_date and etc....
by Rmias
Sat Feb 28, 2004 8:23 am
Forum: PHP - Code
Topic: Passing id using an anchor
Replies: 1
Views: 374

Passing id using an anchor

Hi, In the past you guys help me a lot and I hope someone will give me a solution to this problem. I have a problem passing variables from one php page to another. What I would like to do is, display data from the database as a table and create an anchor for each table data so that if I click on one...
by Rmias
Wed Feb 25, 2004 8:59 am
Forum: PHP - Code
Topic: how to remove slashes in the php code
Replies: 14
Views: 1355

thanks redhair, I tried as you suggested and it works now. However for some strange reason if i do the following it does not work <input type=”text” name “user_id” value ="<? echo “$user_id” ?>"> but I changed the line to <input type=”text” name “user_id” value =" <? echo “$user_id” ?...
by Rmias
Wed Feb 25, 2004 8:48 am
Forum: PHP - Code
Topic: how to remove slashes in the php code
Replies: 14
Views: 1355

thanks redhair, I tried as you suggested and it works now. However for some strange reason if i do the following it does not work <input type=”text” name “user_id” value ="<? echo “$user_id” ?>"> but I changed the line to <input type=”text” name “user_id” value =" <? echo “$user_id” ?...
by Rmias
Wed Feb 25, 2004 7:01 am
Forum: PHP - Code
Topic: how to remove slashes in the php code
Replies: 14
Views: 1355

how to remove slashes in the php code

I have a form that displays user details from the database. If one user is selected from the list using radio buttons and click on edit button the selected user is dispalyed in the edit php and its detail can be edited. What the problem I have is when the user displayed in the edit.php it addes \ at...
by Rmias
Fri Feb 13, 2004 9:28 am
Forum: PHP - Code
Topic: Passing variables from 1 php to another php page
Replies: 2
Views: 355

Thank you markI999 for the quick reply and I will try it