Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Page 1 of 2
1
2
>
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
Need help with writing array to database
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
content management system script
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
[Complete n00b to web development] Need suggestions on how to code this mockup ..
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
TIP: Quotes / Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in..
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
"Parse error" message...?
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
"Parse error" message...?
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
Looking For PHP Video Tutorials
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
PHP E-mail Contact forms and validation
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
PHP Timing, just wondering if it is possible
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
Best PHP Tutorial?
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
new to using MySQL
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
PHP Timing, just wondering if it is possible
Views:
729
Posted By
TrevorWeaver
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
Dynamic table with dynamic buttons ???
Views:
1,432
Posted By
TrevorWeaver
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
Dynamic table with dynamic buttons ???
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
Dynamic table with dynamic buttons ???
Views:
1,432
Posted By
TrevorWeaver
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
Redirect to new page after form submit in php
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
Redirect to new page after form submit in php
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
Need help with writing array to database
Views:
888
Posted By
TrevorWeaver
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
Need help with writing array to database
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
PHP list/menu simple problem
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
PHP list/menu simple problem
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
PHP list/menu simple problem
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
PHP list/menu simple problem
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
PHP list/menu simple problem
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
PHP list/menu simple problem
Views:
938
Posted By
TrevorWeaver
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
Page 1 of 2
1
2
>
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
06:26 PM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.