Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 29
Search took 0.25 seconds.
Search: Posts Made By: TrevorWeaver
Forum: General web building 07-04-2011, 08:03 PM
Replies: 3
Views: 888
Posted By TrevorWeaver
whoops, my apologies....didn't realise I was in...

whoops, my apologies....didn't realise I was in the wrong forum.

regards Trevor
Forum: PHP 07-04-2011, 10:44 AM
Replies: 1
Views: 246
Posted By TrevorWeaver
Hi Just Google for it....... I just did...

Hi

Just Google for it.......

I just did and found several....example...

http://www.hotscripts.com/category/php/scripts-programs/content-management/

http://phpbuilder.com/snippet/
Forum: General web building 07-03-2011, 11:22 AM
Replies: 1
Views: 861
Posted By TrevorWeaver
Hi I guess nobody replied to you as this is...

Hi

I guess nobody replied to you as this is basically a forum for php development and perhaps not general "how do I do it" questions.

I don't think there is anything easy about what you want to...
Forum: PHP 07-01-2011, 06:24 PM
Replies: 14
Views: 4,775
Posted By TrevorWeaver
Thanks for your concise explanation. Seems...

Thanks for your concise explanation.

Seems I was wrong but that is nothing new....was just trying to be helpful....so thanks for pointing me in the right direction.

Regards Trevor
Forum: PHP 07-01-2011, 06:19 PM
Replies: 25
Views: 976
Posted By TrevorWeaver
I thought I had posted this already but my post...

I thought I had posted this already but my post seems to have vanished !!!

I think this is a problem:

$query = mysql_query("SELECT * FROM users WHERE username='$username'");


Surely it...
Forum: PHP 07-01-2011, 03:48 PM
Replies: 25
Views: 976
Posted By TrevorWeaver
Not sure but is this correct $query =...

Not sure but is this correct


$query = mysql_query("SELECT * FROM users WHERE username='$username'");


I would have thought it should be;


$query = mysql_query("SELECT * FROM users WHERE...
Forum: PHP 06-30-2011, 11:24 AM
Replies: 5
Views: 660
Posted By TrevorWeaver
Also try www.dreamweavertutorial.co.uk ...

Also try

www.dreamweavertutorial.co.uk

excellent

regards Trevor
Forum: PHP 06-30-2011, 11:17 AM
Replies: 3
Views: 508
Posted By TrevorWeaver
Hi I can recommend an excellent tutorial on...

Hi
I can recommend an excellent tutorial on the subject

http://www.dreamweavertutorial.co.uk/

regards Trevor
Forum: General web building 06-30-2011, 10:39 AM
Replies: 2
Views: 729
Posted By TrevorWeaver
I was really wondering whether any system of...

I was really wondering whether any system of timing would not be a strain on the web server unless we pass the work to the client side using java. I can of course do it in php using a timer but I...
Forum: PHP 06-29-2011, 05:21 PM
Replies: 5
Views: 652
Posted By TrevorWeaver
I would agree with all the replies you have had. ...

I would agree with all the replies you have had.

When you have the basics and if you are using Dreamweaver I would highly recommend

www.dreamweavertutorial.co.uk

Really excellent tutorials...
Forum: MySQL 06-29-2011, 05:02 PM
Replies: 3
Views: 341
Posted By TrevorWeaver
Possibly I can help you if I know what you want...

Possibly I can help you if I know what you want to do precisely.

And I am sure there are many of the more expert guys on this site willing to assist. I have found people on this site to extremely...
Forum: General web building 06-29-2011, 04:56 PM
Replies: 2
Views: 729
Posted By TrevorWeaver
Lightbulb PHP Timing, just wondering if it is possible

I have a web page which displays a list of passenger pick-ups for the next hour along a certain route. At the end of each hour the driver can access the page and see what pick-ups he must complete at...
Forum: General web building 06-26-2011, 12:27 PM
Replies: 5
Views: 1,432
Posted By TrevorWeaver
Unhappy Many, many thanks. It was my stupid mistake...

Many, many thanks.

It was my stupid mistake not to place the table in a form. Now works perfectly. Just need to sort out which ID was clicked.

I am sorry this was really a stupid mistake on my...
Forum: General web building 06-26-2011, 11:16 AM
Replies: 5
Views: 1,432
Posted By TrevorWeaver
Hi, thanks for your quick response and the good...

Hi, thanks for your quick response and the good news that it can be done.

Here is the code generated (from the View Source);


<!-- Start of table ---------------->
<table border="0"...
Forum: General web building 06-26-2011, 10:36 AM
Replies: 5
Views: 1,432
Posted By TrevorWeaver
Smile Dynamic table with dynamic buttons ???

Scenario: I have a dynamic table which contains user comments.

I want to add a button for those user comment posts to which no reply has yet been given.

So I add a button to each row of the...
Forum: PHP 06-26-2011, 10:12 AM
Replies: 14
Views: 29,257
Posted By TrevorWeaver
Just happy you can now move forward !!!! ...

Just happy you can now move forward !!!!

Regards Trevor
Forum: PHP 06-26-2011, 09:42 AM
Replies: 14
Views: 29,257
Posted By TrevorWeaver
If I understand you correctly you need to add...

If I understand you correctly you need to add some redirect code


$url = 'thepageyouwanttogoto.html';
echo '<META HTTP-EQUIV=Refresh CONTENT="0; URL='.$url.'">';


Hope this helps !!!
...
Forum: General web building 06-26-2011, 09:33 AM
Replies: 3
Views: 888
Posted By TrevorWeaver
Smile I was surprised that given that this post had so...

I was surprised that given that this post had so many views that I didn't get any reply!!!

Not sure whether that means it was too diffcult or too trvial to comment on ?

Anyhow I solved it in...
Forum: General web building 06-24-2011, 09:12 AM
Replies: 3
Views: 888
Posted By TrevorWeaver
Need help with writing array to database

I imagine this is simple ....if only I knew how.

I have a table in a database that holds passenger loadings at each stop along a route. Each record holds the date and the hour and the number of...
Forum: PHP 06-20-2011, 08:18 PM
Replies: 10
Views: 938
Posted By TrevorWeaver
Many thanks that did it. Not sure why but it...

Many thanks that did it. Not sure why but it works.

Thanks for your assistance. take care.
Regards
Trevor
Forum: PHP 06-20-2011, 01:23 PM
Replies: 10
Views: 938
Posted By TrevorWeaver
Hi Trevor again......did everything you suggested...

Hi Trevor again......did everything you suggested but now I have problem in accessing data from database. The relevant part of the code in the config.php file is:


// Retrieve stop text
...
Forum: PHP 06-20-2011, 11:12 AM
Replies: 10
Views: 938
Posted By TrevorWeaver
Yes helps a great deal. Experience is a great...

Yes helps a great deal. Experience is a great asset!

I load the dropdown lists dynamically, I guess somehow I can populate the array dynamically in the comfig.php file so I would need to have the...
Forum: PHP 06-20-2011, 09:22 AM
Replies: 10
Views: 938
Posted By TrevorWeaver
Thanks again for your patience. The php code...

Thanks again for your patience.

The php code in that part of the page checks the user input form and carries out various checks the logic of the booking.

<?php
$ebits =...
Forum: PHP 06-20-2011, 08:25 AM
Replies: 10
Views: 938
Posted By TrevorWeaver
Many thanks for your reply. Just seen how many...

Many thanks for your reply. Just seen how many posts you have made!!!! I am privelege that you would reply to a learner like me, thanks.

Not sure that the code would assist you much.

The...
Forum: PHP 06-19-2011, 05:07 PM
Replies: 10
Views: 938
Posted By TrevorWeaver
Angry PHP list/menu simple problem

I thoink this may be very simple but I have searched the net and found nothing to help (did find lots of other useful things though).

I have a list/menu cotrol populated with bus stop numbers and...
Showing results 1 to 25 of 29

 
Forum Jump

All times are GMT +1. The time now is 06:26 PM.