Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 350
Search took 1.07 seconds.
Search: Posts Made By: kevinkhan
Forum: PHP 12-18-2012, 09:30 PM
Replies: 4
Views: 372
Posted By kevinkhan
This seems very complicated. Is there any easier...

This seems very complicated. Is there any easier way of doing this?
Forum: PHP 12-18-2012, 10:27 AM
Replies: 4
Views: 372
Posted By kevinkhan
Sessions and cookies to log into a website

Does anyone know any good tutorials or examples on using cookies to store session ids.

i want to store username and password in a session and want to store the session id in a cookie and when a...
Forum: PHP 11-28-2012, 04:44 PM
Replies: 1
Views: 236
Posted By kevinkhan
Looping through array and seeing which values are empty

I have an array like this

Array
(
[0] => Array
(
[id] => 139
[name] => Eithne Maun
[contactNo] => 877692398
[email] =>...
Forum: PHP 11-25-2012, 04:52 PM
Replies: 1
Views: 198
Posted By kevinkhan
function to split a description into lines of 68 chars long

Im just wondering if anyone can help me out. Iv been trying to figure this out all day.
I have these variables


$booking['occasion']
$booking['date']
$booking['venue']


and I want to make...
Forum: JavaScript frameworks 11-20-2012, 03:52 PM
Replies: 2
Views: 380
Posted By kevinkhan
jquery - change backround color of html select options

I have this html code

<p>
<label for="contact">Contact name<span class="required"> *</span></label>
<select name="contact" id="contact"...
Forum: JavaScript programming 11-08-2012, 09:59 AM
Replies: 2
Views: 454
Posted By kevinkhan
simple php to javascript array question

Hi Guys.
If i have an php array

Array
(
[0] => Array
(
[venue] => Briar Rose
)
Forum: JavaScript programming 11-04-2012, 05:22 PM
Replies: 2
Views: 308
Posted By kevinkhan
Ok thanks for your help

Ok thanks for your help
Forum: JavaScript programming 11-04-2012, 11:28 AM
Replies: 2
Views: 308
Posted By kevinkhan
How to show a paragraph if a check box is ticked

Ok i have this code that makes paragraphs visable and invisable depending on which radio button is checked. This is fine when first coming to the page. When i fill in all form fields and save to the...
Forum: Java and JSP 10-28-2012, 12:43 AM
Replies: 0
Views: 621
Posted By kevinkhan
Java Database Gui Examples or Tutorials

Hi guys,

Im trying to learn java at the moment and im wondering does anyone have any good links to tutorial sites that gives an example of a java gui application that creates reads updates and...
Forum: MySQL 10-13-2012, 11:21 AM
Replies: 1
Views: 452
Posted By kevinkhan
Class Diagram to Database Table Help

Please see attached a class diagram that i have created. I am looking to design a normalised database for this project that i am doing for college.

Here is what i have come up with so far.
Can...
Forum: JavaScript programming 07-02-2012, 03:22 PM
Replies: 2
Views: 614
Posted By kevinkhan
This didnt work for me. it left out some of the...

This didnt work for me. it left out some of the styles in the main stylesheet.css

What is wrong with this code

<script type="text/javascript">
function loadBG(){
...
Forum: JavaScript programming 07-02-2012, 11:08 AM
Replies: 2
Views: 614
Posted By kevinkhan
Load a css background image last

in my css file i have set up the following styles on my page


body
{
min-height:900px;
background-color:#0058A4;
font-family: Arial, Helvetica, sans-serif;
color:#555555;...
Forum: JavaScript programming 06-22-2012, 09:44 AM
Replies: 4
Views: 427
Posted By kevinkhan
Thats very good fair play to you. Thanks...

Thats very good fair play to you.

Thanks very much really appreciate it.
I really have to start learning java script. its cool the stuff you can do :)
Forum: JavaScript programming 06-21-2012, 09:30 PM
Replies: 4
Views: 427
Posted By kevinkhan
Thats exactly what i needed thanks VERY MUCH :) ...

Thats exactly what i needed thanks VERY MUCH :)

this is probably asking to much but is there any easy way of getting rid of the table row when i click the button...

im looking at this tutorial...
Forum: JavaScript programming 06-21-2012, 08:49 PM
Replies: 4
Views: 427
Posted By kevinkhan
simple AJAX problem

How do i send the id of a submit button in a form.

The will be a couple of 100 form buttons in the loop so i want to send the id of the button that is click.

here is the code i have so far.
...
Forum: JavaScript programming 06-21-2012, 07:08 PM
Replies: 10
Views: 640
Posted By kevinkhan
id is an int. how do i grab this in js ...

id is an int. how do i grab this in js

Thanks for your help
Forum: JavaScript programming 06-21-2012, 06:40 PM
Replies: 10
Views: 640
Posted By kevinkhan
so what should be the code?

so what should be the code?
Forum: JavaScript programming 06-21-2012, 05:58 PM
Replies: 10
Views: 640
Posted By kevinkhan
I dont think this is what i wanted as the id...

I dont think this is what i wanted as the id could be any number.

so basically from a code like this i want to get the id of the submit button i click on

var id = $(" id of button that was...
Forum: JavaScript programming 06-21-2012, 05:40 PM
Replies: 10
Views: 640
Posted By kevinkhan
ok i have changed the code to this <td> ...

ok i have changed the code to this

<td>
<form name="contact" method="post" action="">
<div>
<input type="hidden" id="<?php echo $id; ?>" value="<?php echo $id;...
Forum: JavaScript programming 06-21-2012, 04:13 PM
Replies: 10
Views: 640
Posted By kevinkhan
how to get value of a hidden field in js

my form look like this


<?php
while($row = mysql_fetch_array($result)) {
$id = $row['id'];

?>

<tr>
Forum: Java and JSP 05-08-2012, 09:07 AM
Replies: 1
Views: 643
Posted By kevinkhan
Can somebody explain the interface in this uml diagram

can somebody explain the class diagram attached and more specifically the interface part.
Forum: PHP 03-05-2012, 05:37 PM
Replies: 5
Views: 626
Posted By kevinkhan
yes its waiting for js to load. but i think the...

yes its waiting for js to load. but i think the curl is saving the page to quickley :(

does the facebook api allow you to save content from a wall of none friends?

and can somebody point in to...
Forum: PHP 03-01-2012, 01:43 PM
Replies: 5
Views: 626
Posted By kevinkhan
Curl - saving complete webpage into a variable

I have this code


curl_setopt($ch, CURLOPT_POST, 0);
curl_setopt($ch, CURLOPT_URL, $link);
$wall = curl_exec($ch);


but the $link is a facebook wall page that takes a couple of seconds to...
Forum: PHP 02-02-2012, 11:17 PM
Replies: 0
Views: 204
Posted By kevinkhan
help with this logic

i have an array called $imageArray like this

Array
(
[0] => 'Dashka'_Darren_Sheehan_1.jpg
[1] => 'Dashka'_Darren_Sheehan_10.jpg
[2] => 'Dashka'_Darren_Sheehan_2.jpg
[3] =>...
Forum: HTML & CSS 01-05-2012, 12:29 PM
Replies: 3
Views: 292
Posted By kevinkhan
www.domain.com/competition.html to www.domain.com/competition

I want to allow users access
www.domain.com/competition.html

by typing in
www.domain.com/competition
or
domin.com/competition

is this possible?
Showing results 1 to 25 of 350

 
Forum Jump

All times are GMT +1. The time now is 07:11 AM.