Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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

 
Forum Jump

All times are GMT +1. The time now is 10:19 PM.