Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 34
Search took 0.10 seconds.
Search: Posts Made By: Joepiooo
Forum: PHP 01-15-2013, 09:28 AM
Replies: 7
Views: 782
Posted By Joepiooo
I got it all working! People that are...

I got it all working!

People that are interested here is the code:

Index.php

<?php
include('db.php');
include('func.php');
?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0...
Forum: PHP 01-14-2013, 09:31 AM
Replies: 7
Views: 782
Posted By Joepiooo
Hi, Thanks for the reply:) I almost got...

Hi,

Thanks for the reply:)

I almost got it working but still got one problem...
My script is like this now:

<?php
//**************************************
// Page load dropdown...
Forum: PHP 01-11-2013, 12:40 PM
Replies: 7
Views: 782
Posted By Joepiooo
Hello again, I got it working now but...

Hello again,

I got it working now but getting stuck with something else I want to create.

This are my two scripts now:

index.php

<?php
include('db.php');
Forum: PHP 01-08-2013, 08:10 AM
Replies: 7
Views: 782
Posted By Joepiooo
Dynamic Car Make, Model, Year, Battery dropdown form

Hello,

I recenly started with a dropdown form that get car Make, Model and Year. I have a database called "Vehicles" with 3 Tables "year", "make", "model". When you select a year the optionfield...
Forum: PHP 10-08-2012, 08:30 AM
Replies: 0
Views: 201
Posted By Joepiooo
Joining brandname for dropdown list

Hello,

I have a script that is reading my wheel brands. If I select a brand it show all the wheels from that brand...

That is because I used GROUP BY merk_naam... But when I dont select a brand...
Forum: PHP 10-02-2012, 08:32 AM
Replies: 7
Views: 750
Posted By Joepiooo
Ok and the way i'm doing it isnt possible? ...

Ok and the way i'm doing it isnt possible?

<script type="text/javascript">var lang = "<?= $_GET['lang'] ?>";</script>

in my head in index.php

and this in my external .js file:
...
Forum: PHP 10-02-2012, 07:12 AM
Replies: 7
Views: 750
Posted By Joepiooo
Yes I asked it there too... Is that a...

Yes I asked it there too...

Is that a problem? I cant figure it out so why dont ask it on 2 or 3 forums?

But besides that anyone got an idea for my problem?

Edit:

I know got this...
Forum: PHP 10-01-2012, 01:17 PM
Replies: 7
Views: 750
Posted By Joepiooo
Yes that is exactly what I mean! But that...

Yes that is exactly what I mean!

But that doesnt work in my Javascript file and I cant figure out how I can fix it...

But what you typed

window.location = "index.php?lang=<?php echo...
Forum: PHP 10-01-2012, 10:35 AM
Replies: 7
Views: 750
Posted By Joepiooo
$_GET echo language in Javascript file

Hello,

I have a website with diffrent languages.

That is working perfect but I got a problem with a form...

I have a form that reloads on change and then the URL is different:

In my index...
Forum: JavaScript programming 09-14-2012, 09:06 AM
Replies: 0
Views: 229
Posted By Joepiooo
Scrolling sidebar wont stop scrolling at footer

Hello,

I have a sidebar that scrolls down along the user scrolling...

That is working perfectly but it keeps scrolling down and down and down and wont stop..

This is the script:

...
Forum: JavaScript programming 08-29-2012, 09:07 AM
Replies: 2
Views: 407
Posted By Joepiooo
Hello, I replaced the line of code with the...

Hello,

I replaced the line of code with the one you suggested and tested it but no luck...

When I click the thumbnail with that line of code I jump to a blank page and load the large image:(
Forum: JavaScript programming 08-29-2012, 07:50 AM
Replies: 2
Views: 407
Posted By Joepiooo
Fade over in other image

Hello,

I have a banner with images and in my content there are small thumbnails. When I click on a thumbnail the banner changes to that image.

I'm doing that with this code:

JS file:
...
Forum: JavaScript programming 08-28-2012, 10:50 AM
Replies: 0
Views: 163
Posted By Joepiooo
Load other header image on img thumb click with fade

Hello,

I have a website with a header image in a div. In my content I have different images that are clickable... What I want is when you click one of the images is that the header fades into the...
Forum: PHP 07-12-2012, 01:35 PM
Replies: 17
Views: 900
Posted By Joepiooo
Hallo, I got it working till this point. ...

Hallo,

I got it working till this point.

This is the way I load my option select and how I submit my brand.

<?php
include_once "class/merken.class.php";
$merkclass = new merken($dbo);
?>
Forum: PHP 07-11-2012, 07:43 AM
Replies: 17
Views: 900
Posted By Joepiooo
<td><?php echo...

<td><?php echo $wiel->$merk_naam;?></td>
Forum: PHP 07-10-2012, 03:46 PM
Replies: 17
Views: 900
Posted By Joepiooo
I'm clicking the submit button with my mouse... ...

I'm clicking the submit button with my mouse...

I did what you said and I got this output

object(stdClass)#14 (5) { ["merk_code"]=> string(2) "LE" ["merk_naam"]=> string(6) "League"...
Forum: PHP 07-10-2012, 02:15 PM
Replies: 17
Views: 900
Posted By Joepiooo
if ( $_SERVER['REQUEST_METHOD'] === 'POST' ) { ...

if ( $_SERVER['REQUEST_METHOD'] === 'POST' )
{
$selected = $post_wiel == $wiel->merk_code ? ' selected="selected"' : '' ;
}
else
{
$selected = $get_wiel == $wiel->merk_code ? '...
Forum: PHP 07-10-2012, 07:22 AM
Replies: 17
Views: 900
Posted By Joepiooo
Hi thanks for al the reply's and the help... ...

Hi thanks for al the reply's and the help...

I got this peace of code now and I will explain what is happening and what I want:

<div class="bandwielkolom">
<form...
Forum: PHP 07-09-2012, 01:47 PM
Replies: 17
Views: 900
Posted By Joepiooo
<div class="bandwielkolom"> <form...

<div class="bandwielkolom">
<form action="index.php?lang=nl&p=10#keuze" method="post">

<table class="bandentabel">
<tr>
<th colspan="2">Op merk zoeken<a...
Forum: PHP 07-09-2012, 12:53 PM
Replies: 17
Views: 900
Posted By Joepiooo
Hi, Thanks for your answer that propably...

Hi,

Thanks for your answer that propably will be better:) But I still can't echo my selected option right.
Forum: PHP 07-09-2012, 10:09 AM
Replies: 17
Views: 900
Posted By Joepiooo
No output after submit

Hallo,
I'm making a dropdown menu with information out of my database. It has to get different brands in my dropdown and when selecting a brand and submit search it will show information about that...
Forum: HTML & CSS 06-25-2012, 01:53 PM
Replies: 3
Views: 388
Posted By Joepiooo
Hey guys, Tnx for the reply! Got it working...

Hey guys,

Tnx for the reply! Got it working finaly! I gave my background image overflow:hidden;

That solved my problem
Forum: HTML & CSS 06-25-2012, 11:43 AM
Replies: 3
Views: 388
Posted By Joepiooo
Background image doesnt show

Hello,

I have a background image with my content on top of it. When I change the position to absolute it does show but then my footer is there too.

I dont want to give my footer a padding...
Forum: PHP 06-24-2012, 08:54 PM
Replies: 5
Views: 325
Posted By Joepiooo
Your right I'm sorry Here is the code I'm...

Your right I'm sorry

Here is the code I'm using for my cases:

<div id="main-home-right">
<?php
if(isset($_GET['p']))
{
switch($_GET['p'])
{
Forum: PHP 06-22-2012, 03:53 PM
Replies: 5
Views: 325
Posted By Joepiooo
In the head section: <link...

In the head section:

<link href="includes/css/style.css" type="text/css" rel="stylesheet" />

@ Devinmaking

That could work but the problem is that the <div> on the index.php is also showed...
Showing results 1 to 25 of 34

 
Forum Jump

All times are GMT +1. The time now is 01:55 AM.