Hi,
I have a problem with ODBTP extension. If I have two (or more) odbtp_query,
the first odbtp_query is lost by second odbtp_query.
When I put:
$l_rst = odbtp_query($l_str_sql, $l_cnn);
print (odbtp_query_id($l_rst));
Always print value '0'.
Can anybody help me? I want have two (or more) odbtp
DEAR SIR/MADAM
we are interested to go into any kind of business with you,find below
is our proposal for your perusal please we expect that you also forward
yours to us immediately.
Message :
ATTENTION:
CRUDE OIL FOR SALE.
PLEASE IF YOU ARE INTRESTED OR HAS SOME ONE WHO IS READY TO BUY PLEAS
Hi all.
I have this string:
$my_string = "hello worldthis is a test for a
link with a image
Is there any function that retrieves only the string without the html tags?!
--> Hello world this is a test link with a image
Thx for ya help
Bruno, Portugal
Bruno Braga wrote:
Is there any function that retrieves only the string without the html tags?!
--> Hello world this is a test link with a image
strip_tags()
---
[This E-mail scanned for viruses by Declude Virus]
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http:
Try strip_tags()
http://www.phpbuilder.com/manual/function.strip-tags.php
> I have this string:
>
> $my_string = "hello worldthis is a test for a
> link with a image
>
> Is there any function that retrieves only the string without the html
> tags?!
--
PHP Database Mailing List (http://www.php
Why are my posts not getting through? I got 3 Delivery Report Failures on Thursday
all due to
Diagnostic was Unable to transfer, Message timed out
Information Message timed out
>>> "Daniel Clark" <[EMAIL PROTECTED]> 04/12/04 11:54AM >>>
Try strip_tags()
http://www.phpbuilder.com/manual/functi
Yes - they are from [EMAIL PROTECTED]
>>> "Hutchins, Richard" <[EMAIL PROTECTED]> 04/12/04 12:09PM >>>
Mignon,
Are you getting the delivery report failures from [EMAIL PROTECTED]
I get those almost every day and I'm never really sure if my posts get
through either (although I think they do). I
I've been getting the same errors, sometimes days latter.
> Why are my posts not getting through? I got 3 Delivery Report Failures on
> Thursday all due to
>
> Diagnostic was Unable to transfer, Message timed out
> Information Message timed out
>
--
PHP Database Mailing List (http://www.php.net
1. I have a regular html textarea field for a person to enter in words with a carriage
return after each word. In PHP how would I go about getting one line (or word) at a
time? Then I will be needing to get character by character.
2. I will then be searching my database to get matching values
Find out what the hex is for a carriage return and use strtok() to get an
array of words, then use strlen to get the number of chars in each array
element, and use array_pop() or array_shift(), iterating over the strlen, or
test for NULL for each element in the array..
Mark
-Original Message-
Ooops, got lost in the thought
$text_area = $_POST[ "textarea" ];
$str = strtok( $text_area, "\o" );
while( !( $str === FALSE )) {
$text_array[] = $str;
}
for( $i = 0; $i < count( $text_array ); $i++ ) {
for( $j = 0; $j < stlen( $text_array[ $i ]) {
$char = s
Doug --
...and then Hull, Douglas D said...
%
% 1. I have a regular html textarea field for a person to enter in words with a
carriage return after each word. In PHP how would I go about getting one line (or
word) at a time? Then I will be needing to get character by character.
You'll get it
12 matches
Mail list logo