Hi...
I have a php include files which connects to numerous databases.
When I include this file into my php pages however the connection doesn't stay open.
How can I keep these connections open until I close them without using pconnect.
Thanks
Angelo.
Hi Y'all...
I am having troubles connecting to my PHP script to SQL Server 2000 database running on a Windows 2003 box.
Here is an example of a php code I use to pull from an SQL Server 2000 database running on an Windows 2003 Server box:
<?php
$Connect = mssql_connect("database", "username"...
I hope someone can help me... because this is frusterating me...
I have a php script which is sending out an HTML email. All the html code is embedded within the body of the email.
What I've noticed is that after a certain amount of characters either the script or the email is adding an !. I...
Hi,
I need some javascript that will go through a textbox and tell me how many "a"s a user has entered and how many "b"s so on and so forth... I am not trying to count all the letters of the alphabet... I only need to concentrate on a certain few.
Thanks.
Hiya Folks...
I need to determin what language the user's browser is set up as (ie: english or french).
I have the javascript code that will read this off of IE (var lang = navigator.userLanguage;).
Now I am trying to pass this information to a form so I can mail it off to a php page and...
Hi RhythmAddict112,
I tried that... and it seems to have no effect.
Maybe I should point out that the value people are entering are things like: the error message is "one two buckle my shoe".
How do i strip those two double quotation marks so it doesn't mess up my sql??
Thanks
Hi Folks,
I have a textbox. In this text box i have users who insist on using double quotes ("). I want to strip out the double quotes before i write it to the database otherwise it screws up my query.
I've tried the string replace.
value = Replace(value,""","")
but it generates an...
Folks,
I have a script that goes to a database and pull information out.
the script takes a while to run... But the page finishes running before all the information has been pulled.
any idea on how I can bypass this issue?
Thx
Angelo
Hiya Folks,
I have a bit of a situation...
I currently have a web form that has drop down boxes in french. French has a lot of special characters in it. The current issue I'm running into is if I use an the Name Code in the form element I will see the form element. If I use the Glyph... I...
Folks,
I have a situation. I have a table which lists users name on the first column to the left and dates on the first row of the table.
The rest of the table will be filled with data that corresponds to these dates and users.
I would like to find some java where if you were to scroll left...
Hi folks,
I'm writing a typical html form that has two components which are mutally exclusive.
I have a radio button as the first line of my form which gives them two options (lets call them Option 1 and Option 2).
If they select Option 1 everytime they select an input field for the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.