Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 6 of 6
Search took 0.31 seconds.
Search: Posts Made By: laural4705
Forum: PHP 10-13-2011, 03:40 AM
Replies: 3
Views: 542
Posted By laural4705
SOLVED IT! I used SESSIONS - thanks anyway :) ...

SOLVED IT! I used SESSIONS - thanks anyway :)

$tsql2 = "SELECT term, native_term FROM [mydb].[dbo].[terms]
WHERE
(id_language='$id_language');";

$params2 = array();
$options2 = array(...
Forum: PHP 10-12-2011, 07:09 PM
Replies: 3
Views: 542
Posted By laural4705
Yes, I know the syntax is not valid, but I laid...

Yes, I know the syntax is not valid, but I laid it out that way in order to show what I was trying to accomplish - the general idea anyway.

I think what you said about need a multidimensional...
Forum: PHP 10-12-2011, 05:43 PM
Replies: 3
Views: 542
Posted By laural4705
PHP, MSSQL and $GLOBALS

<?php

$GLOBALS['text']=array (
'foo1' => 'ValueOne',
'foo2' => 'ValueTwo',
'foo3' => 'ValueThree'
);

?>
Forum: JavaScript programming 06-28-2006, 01:54 PM
Replies: 3
Views: 686
Posted By laural4705
I have tried a few variations of trying to get...

I have tried a few variations of trying to get both scripts on one page, but no luck - dividing them into two forms would cause two records to be created (the form submits to a database), so that...
Forum: JavaScript programming 06-27-2006, 11:31 PM
Replies: 3
Views: 686
Posted By laural4705
I am not looking for a full solution, just a...

I am not looking for a full solution, just a pointer in the right direction. I have tried duplicating the entire script and adding it to the header as well as duplicating the 2 files - either one...
Forum: JavaScript programming 06-27-2006, 08:36 PM
Replies: 3
Views: 686
Posted By laural4705
Need to add a function to an existing script

I have tried a number of ways and cannot make this work without errors. I have taken an example script that types-ahead a state name in a text box and changed it to type ahead a username on my login...
Showing results 1 to 6 of 6

 
Forum Jump

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