abase
THANKS A LOT, it will really help
dallas freeman
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
i've been looking for a good php site
thanks
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Jennifer
I suggest you check out MySQLs full text indexing capabilities. If you
create a fulltext index on the text fields you want to search you can use
the MATCH function. This will perform a fuzzy matching search that returns
results in order of relevance. For details see
http://www.mysql.com/
On 30 Apr 2002 at 11:56, Jas wrote:
> I need a tutorial or example on how to take a result from an mysql
> query and place it into a session variable. Please help? Thanks in
> advance, Jas
This is what I use...
while ($res = mysql_fetch_assoc($query))
{
$retval[] = $res;
}
$retval is then
On 10 May 2002 at 17:24, Todd Cary wrote:
> I may need to convert an Interbase program to MySQL and I have some
> questions about MySQL.
http://www.mysql.com/ would probably be a good place to start.
--
Stuart
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://ww
Ed Gorski <[EMAIL PROTECTED]> wrote:
> use:
>
> $name="Mouse Housing Products";
> $name=str_replace("Products","",$name);
>
> also the RTFM() function works too
I'd also trim it to get rid of any extra spaces that are left:
$name = trim(str_replace("Products","",$name));
--
Stuart
--
PHP
Monday, June 10, 2002, 2:00:59 PM, you wrote:
> in my mysql-db I have a date_tbl with this format: (20020531).
> how is possible in PHP do display date_tbl's values in a more human-readable
> format like 05-31-2002 or 31/05/2002 ?
Look at date and strtotime...
http://www.php.net/date
http:/
On Friday, June 14, 2002, 2:51:51 PM, Jason Wong wrote:
> On Friday 14 June 2002 20:23, Hutchins, Richard wrote:
>> I've been working with includes recently and that's the standard syntax.
>> Furthermore, if you put the functions.php file in a different directory,
>> remember to use double slash
On Monday, June 17, 2002 at 4:45:30 PM, Dave Carrera wrote:
> I wish to create a subdirectory in my images directory using my visitors id
> number.
Have a look at: http://www.php.net/mkdir
--
Stuart
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/
Hey,
Just something easy, using a MySQL database, I don't know how to convert
Binary to a image file to be placed into html.
Could someone please help.
Thanks
Dallas Freeman
Please ignore my previous email, I figured out how.
Thanks anyways.
-Original Message-
From: Dallas Freeman [mailto:[EMAIL PROTECTED]
Sent: Friday, 7 March 2003 1:51 AM
To: '[EMAIL PROTECTED]'
Subject: images - BINARY -> HTML
Hey,
Just something easy,
Is there a possibility that you can resize an image before uploading to
the server?
If so, how?
Thanks,
Dallas Freeman
there is a possibility that php can change the
size of an image before it uploads it to the server (so it changes size
on the end-user's computer & not on the server - that way there would be
a shorter upload time).
Thanking You,
Dallas Freeman
-Original Message-
From: Luke Wool
Help!
I don't understand how to use the gdImageCopyResized
gdImageCopyResized(gdImagePtr dst, gdImagePtr src, int dstX, int dstY,
int srcX, int srcY, int destW, int destH, int srcW, int srcH)
Thanking You
Dallas Freeman
* is there a simpler way to change the size of an image?
Dear Mark,
Thanks, very useful! Can you direct me where for help on getting an
image to resize before it is even uploaded (inother words, it will
resize itself on the end-user's machine and then upload to the
database).
Thanking You,
Dallas Freeman
-Original Message-
By the looks of it, I will have to create something in Delphi or
some-type of web application.
Thanks,
Dallas Freeman
-Original Message-
From: mike karthauser [mailto:[EMAIL PROTECTED]
Sent: Wednesday, 12 March 2003 9:50 PM
To: Dallas Freeman
Subject: Re: [PHP-DB] Don
I dunno what it is called so that is why I am asking, so that I can
search the web about it.
What do you call the method of cropping text back, so that there are a
limited number of characters shown, the rest is cut off.
Thanking You,
Dallas Freeman
--
PHP Database Mailing List (http
I know how to use it with MySQL but how do you use the function
substring with a variable?
Thanks
Dallas Freeman
Dear Mark,
Thanks for your note but no one really explains the function at all,
they just write the function and that's it.
Thanks for giving me the correct function name to use, from what I
found, substring was the name of the function.
Thanking You,
Dallas Freeman
-Ori
Just a quick message to say that this email forum is the best I've seen.
Everyone responds quickly, the forum contains experts who really know
there stuff, and nobody will snob you off.
Thanks to those who have replied to my messages and to others.
It has been a really good learning experienc
mented mail servers (rare these days, but it happens).
Incidentally, CR only applies to Mac OS9 and earlier. OSX uses LF due to its
BSD roots. For a near-complete list, see "Representations" here:
http://en.wikipedia.org/wiki/Newline.
-Stuart
--
Stuart Dallas
3ft9 Ltd
http://3ft9.com/
you accept" - if it wasn't like that the internet would fall apart. I
encourage you to do your part to do things right, but it's completely up to
you if you don't want to follow the users' manual.
-Stuart
--
Stuart Dallas
3ft9 Ltd
http://3ft9.com/
On Jul 2, 2011, at 8
the various protocols used on the internet,
not the PHP manual which I believe you think I meant.
-Stuart
--
Stuart Dallas
3ft9 Ltd
http://3ft9.com/
because you usually cannot
tell what OS the computer you're talking to is running.
-Stuart
--
Stuart Dallas
3ft9 Ltd
http://3ft9.com/
24 matches
Mail list logo