Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 500
Search took 3.54 seconds.
Search: Posts Made By: jeddi
Forum: MySQL 05-22-2013, 06:02 PM
Replies: 4
Views: 83
Posted By jeddi
Thanks I tried these combinations: ...

Thanks

I tried these combinations:

$sql_plat = "SELECT platforms.platform_id, platforms.plat_name FROM platforms
LEFT JOIN main ON platforms.platform_id = main.platform_no WHERE...
Forum: PHP 05-22-2013, 04:24 PM
Replies: 5
Views: 96
Posted By jeddi
OK - I thought that it may be the function inside...

OK - I thought that it may be the function inside the loop causing a problem :o

But I do not know how else I am goıing to define the flie and file handle. :(

I need to change the file name so...
Forum: PHP 05-22-2013, 11:44 AM
Replies: 5
Views: 96
Posted By jeddi
Hi, I tried changing : ...

Hi,

I tried changing :

${'handle'.$plat_name} = fopen("$rss_file", "wb");

to

${handle.$plat_name} = fopen("$rss_file", "wb");
Forum: MySQL 05-22-2013, 11:38 AM
Replies: 4
Views: 83
Posted By jeddi
In one table but NOT in the other ?

Hi,

I have two tables: PLATFORMS and MAIN

I want to select the platform id numbers that exist in PLATFORMS
but that have not yet been used in MAIN


In PLATFORMS the platform id number...
Forum: PHP 05-19-2013, 02:54 PM
Replies: 5
Views: 96
Posted By jeddi
Problem trying to create rss_file in a loop.

Hi,

I am trying to generate a sepearte rss feed for each blog for which the data is held in my "platforms" table.

So I am trying to step through the table and changing the name of my file...
Forum: HTML & CSS 05-14-2013, 06:11 PM
Replies: 4
Views: 180
Posted By jeddi
Hi, I tried that change but it didn't have any...

Hi,
I tried that change but it didn't have any effect on the display of the
checkboxes.

Any other suggestions on getting them to line up nicely ?


This is my page. My Page...
Forum: HTML & CSS 05-14-2013, 06:05 PM
Replies: 4
Views: 180
Posted By jeddi
Hi, I tried that change but it didn't have any...

Hi,
I tried that change but it didn't have any effect on the display of the
checkboxes.

Any other suggestions on getting them to line up nicely ?


This is my page. My Page...
Forum: HTML & CSS 05-11-2013, 05:38 AM
Replies: 4
Views: 180
Posted By jeddi
Alignment problem in my checkbox form

Hello,

I have a form with about 60 checkboxes on and I did have it
all lined up nice. :D

Somehow I changed it ... and I can not see what I have done wrong :confused:

I have made several...
Forum: PHP 05-11-2013, 05:21 AM
Replies: 7
Views: 212
Posted By jeddi
Thanks very much for your help felgall and...

Thanks very much for your help felgall and tangoforce. :thumbsup:

Very much appreciated. :)

I still have one problem - and that is:

In the form I have this:

Code:
<input type =...
Forum: PHP 05-10-2013, 10:51 PM
Replies: 7
Views: 212
Posted By jeddi
My rows in my form are: <input type =...

My rows in my form are:


<input type = "checkbox" id = "x_mus" name='ch1' <?php echo $chk_1 ?> value = '<?php echo $ch1 ?>' ><label for = "x_mus">Music</label>

<input type = "checkbox" id =...
Forum: PHP 05-10-2013, 09:45 PM
Replies: 7
Views: 212
Posted By jeddi
Problem with loop and $i

Hi,

I have 68 elements in my form and when I process it
I would like to use a loop so that I don't have to write
the same code out 68 times.

The problem is that it is not liking the $i
...
Forum: PHP 03-29-2013, 05:43 PM
Replies: 1
Views: 203
Posted By jeddi
Problem writing my rss feed with php

Hi,

I have written my script which outputs
an RSS feed.

But when I test it I keep getting an error:

The Feed Test Result...
Forum: PHP 03-04-2013, 06:20 AM
Replies: 4
Views: 266
Posted By jeddi
Thank you very much :thumbsup:

Thank you very much :thumbsup:
Forum: PHP 03-03-2013, 04:55 PM
Replies: 4
Views: 266
Posted By jeddi
Basic Date display problem

Hi,

I want to input my date in the typical American std
format of mm/dd/yyyy e.g. 03/25/2013

I then save this in the MySQL database table using:

$sql = "UPDATE `pages` SET
pub_date =...
Forum: HTML & CSS 02-21-2013, 05:08 PM
Replies: 3
Views: 355
Posted By jeddi
No problem mrburgers

No problem mrburgers
Forum: HTML & CSS 02-09-2013, 07:52 AM
Replies: 8
Views: 389
Posted By jeddi
Thanks very much for your help. :thumbsup: I...

Thanks very much for your help. :thumbsup:

I don't know why I couldn't get it :o

I decided to keep the div's so I can put text inside as well.

Looks good now :D


.
Forum: HTML & CSS 02-06-2013, 05:35 PM
Replies: 5
Views: 358
Posted By jeddi
OK Thanks for the help. :thumbsup: I...

OK

Thanks for the help. :thumbsup:

I have used position:absolute; but I don't like it because it
only looks good if the page is full screen or close to it.

If you grab either side of the...
Forum: HTML & CSS 02-06-2013, 05:27 PM
Replies: 8
Views: 389
Posted By jeddi
OK - I changed the escapes - but I am no...

OK
- I changed the escapes
- but I am no nearer solving my problem :o


.
Forum: HTML & CSS 02-06-2013, 01:17 PM
Replies: 8
Views: 389
Posted By jeddi
This is my site where the problem is...

This is my site where the problem is http://professional-world.com/index_page.php

The foote is at the bottom ;)

Thanks for any help :):)
Forum: HTML & CSS 02-06-2013, 11:13 AM
Replies: 8
Views: 389
Posted By jeddi
Hello. I am still fighting with this :( ...

Hello.

I am still fighting with this :(

I have put a width statement in the first image block of 760px
and I tried a float:left; and float:right; on the bible image block

But the Bible...
Forum: HTML & CSS 02-05-2013, 01:10 PM
Replies: 8
Views: 389
Posted By jeddi
How do I place my image on the right hand side ?

Hello,

I am trying to get my image of the bible to go in
a <div> on the right hand side of the iPower advert,

BUT for some reason it keeps going underneath :confused:

This is what I mean:...
Forum: HTML & CSS 02-05-2013, 11:48 AM
Replies: 5
Views: 358
Posted By jeddi
Moving my buttons over ?

Hi,

I am trying to move my 2 buttons over so they
are next to my main banner.

Thing is, my banner is centered and I want it to stay that
way ... but I would to put the 2 buttons mid-way...
Forum: HTML & CSS 02-02-2013, 06:56 PM
Replies: 3
Views: 355
Posted By jeddi
Problem with a section not flowing properly

Hi,

As far as I can see, there is plenty of room for my
<section class="rightside"> to display to the right of the <article>

The containing section is 1000px wide and the
<article> is 600px...
Forum: HTML & CSS 02-02-2013, 07:01 AM
Replies: 6
Views: 364
Posted By jeddi
Hi - I am still having problem with this...

Hi

- I am still having problem with this :confused:

I took out this css:

background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
Forum: PHP 02-01-2013, 08:19 PM
Replies: 7
Views: 264
Posted By jeddi
Thanks for your comments. I shall start...

Thanks for your comments.

I shall start trying to right in OOP but I hope that my
current scripts can be converted to MySQLi without too much hassle :confused:

.
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT +1. The time now is 09:15 PM.