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 4
1
2
3
>
Last
»
Showing results 1 to 25 of 92
Search took
0.21
seconds.
Search:
Posts Made By:
hans_cellc
Forum:
MySQL
04-30-2013, 06:27 AM
Replies:
5
Combine Tables Information
Views:
328
Posted By
hans_cellc
WoooHooo I got it thank you very much and...
WoooHooo
I got it thank you very much and the scary part is I actually understand it.
$avail = $query_row['isAvailable'];
Forum:
MySQL
04-30-2013, 06:05 AM
Replies:
5
Combine Tables Information
Views:
328
Posted By
hans_cellc
Thanks a million. I applied this code and it...
Thanks a million.
I applied this code and it now reads all the models with the colours but how do I allocate the isAvailable (in red) to the $avail variable.
// Connect to the DB
$conn=...
Forum:
MySQL
04-29-2013, 04:27 PM
Replies:
5
Combine Tables Information
Views:
328
Posted By
hans_cellc
I found the following SELECT with inner joining...
I found the following SELECT with inner joining code pretty helpful however even without adding WHEN it only printout availables:
// Connect to the DB
$conn= mysql_connect("localhost", "****",...
Forum:
MySQL
04-29-2013, 01:26 PM
Replies:
5
Combine Tables Information
Views:
328
Posted By
hans_cellc
Combine Tables Information
Please assist,
I have 3 tables:
model
model_id |model
1 | BMW 320D
2 | Puegot 208
3 | Mercedes 190E
Forum:
PHP
04-29-2013, 01:25 PM
Replies:
2
PHP - Extract and print from MySQL
Views:
126
Posted By
hans_cellc
How do I delete it from here then
How do I delete it from here then
Forum:
PHP
04-29-2013, 11:15 AM
Replies:
2
PHP - Extract and print from MySQL
Views:
126
Posted By
hans_cellc
PHP - Extract and print from MySQL
Please assist,
I have 3 tables:
model
model_id |model
1 | BMW 320D
2 | Puegot 208
3 | Mercedes 190E
Forum:
PHP
03-02-2013, 06:35 PM
Replies:
2
PHP AND CSS not working
Views:
261
Posted By
hans_cellc
PHP AND CSS not working
I have the following code and have endless problems with CSS not working or working intermittently.
Let me explain:
I have a textbox named "error" where I want to change the background color and...
Forum:
PHP
10-24-2012, 07:07 AM
Replies:
2
Setting a work area
Views:
238
Posted By
hans_cellc
I know that is the reason, I changed to...
I know that is the reason, I changed to realational and it was solved but the if database is short it appears at top just below last entry. Is there not a way to set the last few pixels out of bounds...
Forum:
PHP
10-23-2012, 05:34 PM
Replies:
3
mysql DELETE problem
Views:
446
Posted By
hans_cellc
Thanks for response. This is a course I am...
Thanks for response.
This is a course I am taking and all my other pages works on this system with the windows.alert and windows.confirm. For me to keep uniformity I would like to keep using this...
Forum:
PHP
10-23-2012, 04:04 PM
Replies:
3
mysql DELETE problem
Views:
446
Posted By
hans_cellc
mysql DELETE problem
Please assist,
I have the following code that needs to make use of the window.confirm before a row is deleted in the database.
As the code is now below it runs through the motions but no matter...
Forum:
HTML & CSS
10-23-2012, 07:44 AM
Replies:
1
Setting boundary
Views:
353
Posted By
hans_cellc
Setting boundary
I have my code below and it works perfectly in listing the content of a database. My problem is that I have a CODE link at the bottom of the page that opens a new window to display the page code (Not...
Forum:
PHP
10-23-2012, 07:43 AM
Replies:
2
Setting a work area
Views:
238
Posted By
hans_cellc
Setting a work area
I have my code below and it works perfectly in listing the content of a database. My problem is that I have a CODE link at the bottom of the page that opens a new window to display the page code (Not...
Forum:
JavaScript programming
10-18-2012, 08:15 PM
Replies:
4
onblur="function(this)" not working
Views:
307
Posted By
hans_cellc
Thanks, the specifications were given by the...
Thanks, the specifications were given by the assignment.
I have in the interim managed to rectify the problem with PHP via preg_match
Below my Code
$pattern1 = "/^[A-Za-z]{3,50}$/"; // Use...
Forum:
JavaScript programming
10-18-2012, 08:02 PM
Replies:
4
onblur="function(this)" not working
Views:
307
Posted By
hans_cellc
no errors at all it just carries on as if code...
no errors at all it just carries on as if code not even there
Forum:
JavaScript programming
10-18-2012, 06:55 PM
Replies:
4
onblur="function(this)" not working
Views:
307
Posted By
hans_cellc
onblur="function(this)" not working
The onblur in the form does not work at all, you will see on the second onblur I even inserted return and stil no joy.
Hi I have the following functions in my js file:
// Function to ensure...
Forum:
PHP
10-18-2012, 12:06 PM
Replies:
4
include text file
Views:
421
Posted By
hans_cellc
Got it sorted thanks still in a text file, this...
Got it sorted thanks still in a text file, this is what I did.
For some reason it does echo the SESSION in the PHP code and all I did was to create a SESSION with the name and surname and it...
Forum:
PHP
10-18-2012, 08:04 AM
Replies:
4
include text file
Views:
421
Posted By
hans_cellc
include text file
Firstly I know there are probably better ways to do this but I need to include my links within a text file.
I required the following file first in php:
config.php
<?PHP
// Inialize session...
Forum:
PHP
10-18-2012, 07:51 AM
Replies:
2
mysql_result error
Views:
249
Posted By
hans_cellc
That worked perfectly thanks, all I had to do was...
That worked perfectly thanks, all I had to do was to remove the single quotations around id in the SELECT.
Forum:
PHP
10-18-2012, 06:53 AM
Replies:
2
mysql_result error
Views:
249
Posted By
hans_cellc
mysql_result error
I have the following code and it is suppose to give me the user id which is the primary auto increment value specific to each user. However no matter which user I use it return id instead of the...
Forum:
PHP
10-17-2012, 07:21 PM
Replies:
4
MD5 problem
Views:
377
Posted By
hans_cellc
Thanks a mil, I dont know what happened I think...
Thanks a mil, I dont know what happened I think my copy and paste got mixed up it was only in once.
How should I change the coding for the magic quotes?
Below my code:
config.php
<?PHP
//...
Forum:
PHP
10-17-2012, 05:40 PM
Replies:
4
MD5 problem
Views:
377
Posted By
hans_cellc
OK don't worry got it, the () brackets around the...
OK don't worry got it, the () brackets around the script within PHP caused the problem.
Forum:
PHP
10-17-2012, 02:09 PM
Replies:
4
MD5 problem
Views:
377
Posted By
hans_cellc
MD5 problem
I have the following form:
<form name="form1" method="post" action="login.php">
<table width="300" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC">
<tr...
Forum:
JavaScript programming
10-11-2012, 09:12 PM
Replies:
4
window.confirm
Views:
218
Posted By
hans_cellc
Ok I have noticed that on Google as well. Now...
Ok I have noticed that on Google as well.
Now maybe something else then.
I have an extra long message to display but want them on seperate lines like below is that possible? I have tried \n and it...
Forum:
JavaScript programming
10-11-2012, 08:54 PM
Replies:
4
window.confirm
Views:
218
Posted By
hans_cellc
window.confirm
please assist, I have the following code and wish to change the default OK and Cancel buttons to Yes and No buttons.
How is this possible, I am sure there was a way with additional arguments within...
Forum:
PHP
10-11-2012, 07:58 PM
Replies:
8
Echo Javascript If statements
Views:
525
Posted By
hans_cellc
GOOGLE RULES, I found it and here the working...
GOOGLE RULES, I found it and here the working snippet of code.
if($count == 1) {
// Register $myusername and redirect to file "login_success.php"
// Set username session variable...
Showing results 1 to 25 of 92
Page 1 of 4
1
2
3
>
Last
»
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
10:19 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.