hi,
I want to know the following things.
1. How can we maintain referential integrity (rather check) using PHP
Any example code will be helpful.
2. I want to display the column of the tables, how to do that.
3. I want to align the text and the text box on the page.
4. I also want to che
- Original Message -
From: "Hull, Douglas D" <[EMAIL PROTECTED]>
For example, say I have a variable $mytext = 'what up doc'. Now I want to
add the text 'not much' to the end of this variable. But I want to place a
return or linefeed after the original text so when I echo $mytext it look
Tom Reed wrote:
I have a lost of 25,000 unique words and I'd like to insert them into my
database. Does anyone know if there is a limit to the number of rows you
can insert in one statement?
example insert: INSERT INTO table (word) VALUES ('tree'),('book'),
'apple') --> Enter's three rows in the
You should appreciate there is a difference between using double quotes and
single quotes around a string.
So you can't say print('what up doc $mycarriagereturnvariable'); and expect
it to output the value of $mycarriagereturnvariable. Next, you *can* use
this construct within *double* quotes.
Yes, it should work fine but please understand
(1) Your flash movie must know how to process a query string passed to it and
(2) IE does not support the EMBED syntax, you need to wrap the flash OBJECT
tag around the EMBED just as you see on flashkit for it to work (that is
for IE to pass the fla
Setup:
2 servers, one with PHP 4.1.2 and no MySQL installed, the other has MySQL
and PHP 4.1.2
Problem:
I am attempting to connect to the MySQL server from the server without
MySQL, but I get the error that shows in the subject.
Fatal error: Call to undefined function: mysql_connect() in
/folder/
I have a lost of 25,000 unique words and I'd like to insert them into my
database. Does anyone know if there is a limit to the number of rows you
can insert in one statement?
example insert: INSERT INTO table (word) VALUES ('tree'),('book'),
'apple') --> Enter's three rows in the database?
-tom
My guess is that it's IE problem. I've had problems with CSS not
loading when it should and stuff like that with IE as well.
Try using other browser. I always make sure to have a version of
Netscape installed.
Now that I run on an iBook (OS X 10.3.2) I have IE, Safari, Camino and
Netscape ins
Using Internet Explorer
I have a database feeding a php page showing a html table that just lists
some fields of the db table and at the top of the page gives more details of
one particular line, as chosen by a drop down box on the page.
Occasionally, something happens in Internet Explorer that I
"\r\n" should give a carriage return.
i.e:
$mytext = 'what up doc';
$mytext .= '\r\n not much';
--Nicole
---
Nicole Swan
Web Programming Specialist
Carroll College CCIT
(406)447-4310
-Original Message-
From: Hull, Douglas D [mailto:[EMAIL PROTECTED]
Sent: Friday
For example, say I have a variable $mytext = 'what up doc'. Now I want to add the
text 'not much' to the end of this variable. But I want to place a return or linefeed
after the original text so when I echo $mytext it looks like:
what up doc
not much
I tried:
$mytext = 'what up doc';
$mytext
Alguien ha hecho funcionar PostgreSQL con Cygwin, que error puede ser que me diga que
gcc no puede generar ejecutables.
Gracias desde ya,
Saludos,
Gabriel.
I'm not sure this post really belongs in this list, but I'll give it a
try anyway..
Anyone who's ever worked with PHP (or any other serverside scripting
language) vs. Flash has probably had his/her share of problems with
passing variables back and forth between the two. Most of the time that
c
On Friday 16 April 2004 12:15, JeRRy wrote:
> I have a Tipster Website that lists a Tipster Ladder.
> So it shows their name and their current score. What
> I want to do is make their name clickable and upon
> clicking the name it loads that persons profile which
> is fetched from the mysql db.
>
14 matches
Mail list logo