Search found 387 matches

Search found 387 matches Page 2 of 39
by Mark
Mon May 23, 2016 2:55 pm
Forum: Help & Support
Topic: Dropdown combo
Replies: 4
Views: 3454

Hello can anyone help me please i use the following code to display my table in the drop down box when i select a name how can i get it to show the rest of the record for that person? PHP Code: <select name="select"> <option id="0">---------- SELECT YOUR CUSTOMER NAME ----------<...
by Mark
Wed May 04, 2016 12:50 pm
Forum: Help & Support
Topic: Pagination Help
Replies: 0
Views: 2064

Hello, I am having problems with my pagination code when i add a WHERE clause in it it wont display any records like the following code <?php include('styles/top.php'); ?> <div id="full"> <div id="view_box"> <ul> <li><img src="images/1.png" /></li> <!-- <li><img src=&qu...
by Mark
Mon Apr 25, 2016 9:44 am
Forum: Help & Support
Topic: php query help
Replies: 1
Views: 2093

Hello, I use this code to display all my records in my database $result = mysql_query("SELECT * FROM customers WHERE late = 'N' ", $sql); this is how i display the username in of who is creating the new order. <input type="hidden" name="OrderBy" value=" <?php echo ...
by Mark
Wed Apr 13, 2016 3:27 pm
Forum: Help & Support
Topic: Php search help
Replies: 10
Views: 5271

I just noticed if i press the button without anything in the text box it shows all the records lol?
by Mark
Wed Apr 13, 2016 12:02 pm
Forum: Help & Support
Topic: Php search help
Replies: 10
Views: 5271

hello ive resolved it thank you for your help
by Mark
Wed Apr 13, 2016 11:41 am
Forum: Help & Support
Topic: Php search help
Replies: 10
Views: 5271

Hello, Sorry was ment to ask this is the last post if i wanted to just type John Doe in the text box how do i get it so it just searches for that name or any name put in like John Doe because at the moment if i type John Doe its searching for the name John and Doe and Displaying the records when i i...
by Mark
Wed Apr 13, 2016 11:17 am
Forum: Help & Support
Topic: Php search help
Replies: 10
Views: 5271

Hello thanks for all your help just one more question lol my table seems to be messing up what have i done wrong in it this is the code? <?php session_start(); if(!isset($_SESSION["sess_user"])){ header("location:index.php"); } else { ?> <html> <head> <title>MBDUES.co.uk</title> ...
by Mark
Wed Apr 13, 2016 9:38 am
Forum: Help & Support
Topic: Php search help
Replies: 10
Views: 5271

How would I sort it.
by Mark
Wed Apr 13, 2016 4:22 am
Forum: Help & Support
Topic: Php search help
Replies: 10
Views: 5271

Hey guys I am needing a bit of help if you can please. For some reason my search code is displaying all the records even tho I have not typed anything in the text box how can I get it so it dosent show them until the button has been pressed and something has been typed. <h1>Search Previous Orders</h...
by Mark
Mon Apr 04, 2016 2:48 pm
Forum: Coding Help & Support
Topic: php mysql and vb.net 2010 help please
Replies: 3
Views: 1759

Hello, I tried what you said but still nothing shows up the tables called customers i have attached a screenshot of the table? $sql2 = "SELECT customers.name, customers,number, customers.money FROM customers INNER JOIN customers ON customers.name= customers.name WHERE DATE(paydate) = DATE(NOW()...
Search found 387 matches Page 2 of 39
Go to advanced search