> -Original Message-
> From: Karl DeSaulniers [mailto:k...@designdrumm.com]
> Sent: 25 September 2016 09:59
> To: PHP List Database
> Subject: Re: [PHP-DB] Corn job anomaly
>
> Now I am getting an error with mysql syntax.
>
> "SELECT otn.*, cf.* FROM ".ORDER_TABLE." otn LEFT JOIN ".FIELDS_
> -Original Message-
> From: Karl DeSaulniers [mailto:k...@designdrumm.com]
> Sent: 26 November 2012 08:48
> To: php-db@lists.php.net
> Subject: Re: [PHP-DB] Re: Formatting
>
> Ethan,
> is this valid PHP? What is the ampersand for? What is it doing? Just
> curious.
>
> $args[] = &$_POST[$
> -Original Message-
> From: tamouse mailing lists [mailto:tamouse.li...@gmail.com]
> Sent: 20 October 2011 21:37
>
> On Tue, Oct 18, 2011 at 5:36 AM, Ford, Mike
> wrote:
> >> -Original Message-
> >> From: Ron Piggott [mailto:ron.pigg...@actsm
> -Original Message-
> From: Ron Piggott [mailto:ron.pigg...@actsministries.org]
> Sent: 17 October 2011 18:38
>
> I need help creating a mySQL query that will select the correct
> introduction message for a website I am making. The way I have
> designed the table I can’t wrap my mind aro
> -Original Message-
> From: Simcha Younger [mailto:sim...@syounger.com]
> Sent: 04 August 2010 08:19
>
> > paul_s_john...@mnb.uscourts.gov wrote:
>
> > >
> > > THE INPUT:
> > >
> > > $sql_insert_registration = sprintf("INSERT INTO
> > > Registrations (
> > > Class_ID,
> > > pri
> -Original Message-
> From: Nehemias Duarte [mailto:ndua...@aflac.com]
> Sent: 11 November 2009 14:25
> To: Stan; php-db@lists.php.net
> Subject: RE: [PHP-DB] losing MySQL resource
>
> I was under the impression that session_start() had to be the FIRST
> thing ran in the script. Is this i
> -Original Message-
> From: Govinda [mailto:govinda.webdnat...@gmail.com]
> Sent: 05 August 2009 01:41
>
> > Taking this:
> > SELECT count(*) AS
> > `CountUniqueDatesInMyTbl`, date(solarAWDateTime) AS `uniqueDate`,
> > 'aweber_7solar_aw' AS `tableAlias` FROM aweber_7solar_aw GROUP BY
> >
On 16 June 2009 15:57, Carol Walter advised:
> Hello,
>
> I'm using PHP 5 and PostgreSQL 8.3.6. I have a query that is failing
> and I don't know how to troubleshoot the problem. The error message
> that it is giving is quite vague. The error message is as follows:
>
>
> Warning: pg_query_pa
On 23 April 2009 11:36, Mark Casson advised:
> Hi Guys,
>
> Thanks to you both - you are spot on!
>
> Shame this is not better documented somewhere.
I don't know how much better documented it can be than at
http://php.net/language.types.string ... ;)
Cheers!
Mike
--
Mike Ford, Electronic I
On 03 May 2007 16:22, OKi98 wrote:
> Hi,
>
> one more question.
>
> Why the variable, that contains NULL value appears to be not
> set.
U -- because that's how it's defined?? (http://php.net/isset)
Cheers!
Mike
-
Mike F
On 03 May 2007 12:30, OKi98 wrote:
> I know about identity operator (===) but with == operator 0 is false
> and "foo" is true
No, that's not correct.
, try this:
>
> $foo=0;
> $bar="bar";
> if ($foo) echo("$foo is true, ");
> else echo("$foo is false, ");
> if ($bar) echo("$bar is true, "
On 17 July 2006 01:07, Dave W wrote:
> No, I get it. I just thought that there might have been some built in
> function like if(neg_num($quant - $amount))
> or something like that. I know how to do it, but I thought
> that there might
> have been an alternate method. Just because I asked a simple
On 25 May 2006 12:12, Girish Agarwal wrote:
> Hi All,
> I am using header("Location:
> http://dv-medical/phpscripts/test.php";) function to hop from
> one Page to
> Another in My Web Application
> My Problem is I have been unable to get the exact
> syntax to append
> the Session I
On 24 March 2006 16:40, Alex Major wrote:
> Thanks, works like a charm (had to make is -2 instead of -1
> as it added a
> space after each result). Hadn't thought of something so simple.
>
> On 24/3/06 16:22, "Bastien Koert" <[EMAIL PROTECTED]> wrote:
>
> > Build it up as a string and remove the
On 08 December 2005 20:53, Chris Payne wrote:
> Hi there everyone,
>
>
>
> How do I set the following items with ini_set()? I looked at
> the manual but
> when I try nothing happens:
>
>
>
> * file_uploads
> * upload_max_filesize
> * max_input_time
> * memory_limit
> * m
On 02 December 2005 13:06, Bastien Koert wrote:
> echo "| href='alpha.php?artist=".chr($j)."'>".chr($j)." ";
>
> } ?>
>
> You need to use the ORD function to get the numerical ascii
> equivalent of the letter and the CHR function to go back the other
> way.
Gak! That's almost worse than
To view the terms under which this email is distributed, please go to
http://disclaimer.leedsmet.ac.uk/email.htm
> -Original Message-
> From: Balwant Singh [mailto:[EMAIL PROTECTED]
> Sent: 01 February 2005 08:08
>
> on echoing $timestamp i m getting "Fri Jan 28 19:53:09 2005"
> but
To view the terms under which this email is distributed, please go to
http://disclaimer.leedsmet.ac.uk/email.htm
On 18 January 2005 17:11, Joseph Crawford wrote:
> Jason, can you explain why stripslashes should not be used on data
> taken from the db? when you store data in the db i thought it
To view the terms under which this email is distributed, please go to
http://disclaimer.leedsmet.ac.uk/email.htm
On 10 January 2005 09:28, JeRRy wrote:
> With PHP latest release from http://php.net/ do we
> require to update Zend Optimizer?
Yes.
> People are claiming some scripts previously
To view the terms under which this email is distributed, please go to
http://disclaimer.leedsmet.ac.uk/email.htm
On 07 January 2005 03:25, Jason Walker wrote:
> Graeme - you were moving in the right direction. Since the
> data in the field
> is varchar(250), the only thing that changes is the
To view the terms under which this email is distributed, please go to
http://disclaimer.leedsmet.ac.uk/email.htm
On 06 January 2005 21:10, Norland, Martin wrote:
> > -Original Message-
> > From: Ford, Mike [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, Januar
To view the terms under which this email is distributed, please go to
http://disclaimer.leedsmet.ac.uk/email.htm
On 06 January 2005 16:39, Jochem Maas wrote:
> Hutchins, Richard wrote:
> > echo $dsn; $isPersistant = TRUE;
>
> doesn't effect the code but 'Persistant' is spelled 'Persistent'
O
>
> Parse error: parse error, unexpected T_STRING in
> /home/dollar1/public_html/addfunds.php on line 91 then on 102
>
>
>
> thank you.
>
>
> "Ford, Mike" <[EMAIL PROTECTED]> wrote:
> To view the terms under which this email is distributed,
&
To view the terms under which this email is distributed, please go to
http://disclaimer.leedsmet.ac.uk/email.htm
On 23 December 2004 01:12, Keane, Warren A FIN:EX wrote:
> I did try
>
> if (empty($_GET)) { parse_str($_SERVER['QUERY_STRING'],$_GET); }
>
> which worked so I guess I should be a
To view the terms under which this email is distributed, please go to
http://disclaimer.leedsmet.ac.uk/email.htm
On 20 December 2004 21:50, Warren wrote:
> Hello,
>
> I am running PHP 4.39 as a CGI under Tomcat 5.025, Linux 2.4.20-31.9.
> Configure = './configure' '--with-java=/usr/java/j2sd
To view the terms under which this email is distributed, please go to
http://disclaimer.leedsmet.ac.uk/email.htm
On 21 December 2004 07:58, amol patil wrote:
> hallo friend,
>
> i have developed simple and small database website using php ,html
> and java script.
>
> but i am getting these
To view the terms under which this email is distributed, please go to
http://disclaimer.leedsmet.ac.uk/email.htm
On 16 December 2004 12:51, Vincent KONIECZEK wrote:
> Hi there,
>
>
> I was testing PHP 4.3.10RC2 with a well-tested web application when I
> saw it failed badly.
>
> After a li
To view the terms under which this email is distributed, please go to
http://disclaimer.leedsmet.ac.uk/email.htm
On 16 December 2004 06:00, neil wrote:
> Hi
>
> I am needing to convert a d/m/y date such as 30/11/2004 into the
> format that mysql can use ie. 2004-11-20
>
> If I try the follow
To view the terms under which this email is distributed, please go to
http://disclaimer.leedsmet.ac.uk/email.htm
On 03 December 2004 15:26, Stuart Felenstein wrote:
> --- "Ford, Mike" <[EMAIL PROTECTED]> wrote:
>
> > Well, your taste seems to be to use {
To view the terms under which this email is distributed, please go to
http://disclaimer.leedsmet.ac.uk/email.htm
On 03 December 2004 15:26, Stuart Felenstein wrote:
> --- "Ford, Mike" <[EMAIL PROTECTED]> wrote:
>
> > Well, your taste seems to be to use {
To view the terms under which this email is distributed, please go to
http://disclaimer.leedsmet.ac.uk/email.htm
On 03 December 2004 15:16, Stuart Felenstein wrote:
> --- Stuart Felenstein <[EMAIL PROTECTED]> wrote:
>
> > The reason the close is there is because the next
> > line
> > of code
To view the terms under which this email is distributed, please go to
http://disclaimer.leedsmet.ac.uk/email.htm
On 03 December 2004 15:06, Stuart Felenstein wrote:
> > The closing ?> of a PHP segment also implies an
> > end-of-statement semicolon
> > -- so the above is equivalent to:
> >
> >
To view the terms under which this email is distributed, please go to
http://disclaimer.leedsmet.ac.uk/email.htm
On 03 December 2004 14:39, Stuart Felenstein wrote:
> I want to send back a message when no matches are
> found on my search page. Basically "No matches
> found". I assumed that m
To view the terms under which this email is distributed, please go to
http://disclaimer.leedsmet.ac.uk/email.htm
On 03 December 2004 13:15, Yemi Obembe wrote:
> $sql = "SELECT * FROM arcadia WHERE email=$v";
>$sql_in = "INSERT INTO arcadia ('email') VALUES ('$v')";
Spot the difference:
To view the terms under which this email is distributed, please go to
http://disclaimer.leedsmet.ac.uk/email.htm
On 30 November 2004 14:45, SCALES, Andrew wrote:
> Thanks very much for your help. The main difficulty I was
> having really was
> unlocking the record again if the user crashed out
To view the terms under which this email is distributed, please go to
http://disclaimer.leedsmet.ac.uk/email.htm
On 29 November 2004 13:19, Stuart Felenstein wrote:
> Now the printout of the query is this:
>
> 0: INSERT INTO Table1 (LurkID, ProfileName, Edu,
> WorkAuth, WorkExp, CarLev, Secu,
To view the terms under which this email is distributed, please go to
http://disclaimer.leedsmet.ac.uk/email.htm
On 16 November 2004 15:12, Neil Smith wrote:
> That
>
> if (df[i].checked=true) {
>
> should of course read
>
> if (df[i].checked==true) {
No it shouldn't -- it should read
To view the terms under which this email is distributed, please go to
http://disclaimer.leedsmet.ac.uk/email.htm
On 16 November 2004 03:03, Chris Payne wrote:
This is OT, really, but because it's an easy answer:
> if ( document.removeitems.del.value == "" )
> BUT because the tickboxes in
To view the terms under which this email is distributed, please go to
http://disclaimer.leedsmet.ac.uk/email.htm
On 11 November 2004 19:11, Patrick David wrote:
> My understanding of persistent connections was that using the
> ociplogon function a connection would be opened to the
> database a
To view the terms under which this email is distributed, please go to
http://disclaimer.leedsmet.ac.uk/email.htm
On 02 November 2004 08:04, GH wrote:
> Therefore everyone in the world has an interest in what happens in the
> american body politic just as Americans have an interest in what
> ha
To view the terms under which this email is distributed, please go to
http://disclaimer.leedsmet.ac.uk/email.htm
On 01 November 2004 21:11, Jason T. Davidson wrote:
> Here is the code:
>
>
> cellspacing="0">
>
>
>
>
>while ($check=
To view the terms under which this email is distributed, please go to
http://disclaimer.leedsmet.ac.uk/email.htm
On 01 November 2004 05:01, Doug Thompson wrote:
> The variables are not being expanded. As a minimum, you need to
> escape the single quotes. $query = "SELECT * from user where
>
On 28 September 2004 18:15, [EMAIL PROTECTED] wrote:
> To the list:
>
> I've googled and searched the manual, but I'm still looking
> for a simple solution to a simple problem.
>
> I have a MySQL database of text stories in longtext MySQL
> fields. These stories have simple returns (\r) in them
On 23 September 2004 20:53, Stuart Felenstein wrote:
> So here is what I have:
>
> //Here is defines the field variable and uses
> //CodeCharge function to grab the variable
> $s_Industry = CCGetParam("s_Industry", "");
> $s_LocationState = CCGetParam("s_LocationState", "");
> $s_TaxTerm = CCGetP
On 23 September 2004 07:47, Ed Lazor wrote:
> I keep looking at the following code and thinking there's
> gotta be a better
> way. I've been in front of the computer all day tho and I'm drawing
> a blank. Any ideas?
Seems to me we've just answered a very similar question to this (and I'd be
sur
On 22 September 2004 18:45, Stuart Felenstein wrote:
> Just to confirm,
> This is what I'm going to start with:
Yeah, I'd say you've pretty much got it, except...
> //base sql statement
> $sql = "select * from jobs where record_deleted = 'NO' ";
>
> if (isset($_POST['states'])){
Your SQL is g
> -Original Message-
> From: Stuart Felenstein [mailto:[EMAIL PROTECTED]
> Sent: 22 September 2004 16:45
>
> --- "Ford, Mike" <[EMAIL PROTECTED]> wrote:
>
> > >if (is_array($_POST['state'])){
> > > $sql .= "(
> -Original Message-
> From: John Holmes [mailto:[EMAIL PROTECTED]
> Sent: 22 September 2004 16:39
>
> From: "Ford, Mike" <[EMAIL PROTECTED]>
> >>if (is_array($_POST['state'])){
> >
> > This check isn't really necess
> -Original Message-
> From: Bastien Koert [mailto:[EMAIL PROTECTED]
> Sent: 22 September 2004 15:27
[]
> //base sql statement
> $sql = "select * from jobs where record_deleted = 'NO' ";
>
> if (isset($_POST['states'])){
>//check to see if the states is an array (multiple items
> -Original Message-
> From: Ron Piggott
> Sent: 21/08/04 01:53
[]
> One of the problems I am now having is if the user types an ' into their
> entry --- these ones do not get saved into the mySQL database.
[]
> I can look at this and understand that if an ' is keyed why it woul
> -Original Message-
> From: Ford, Mike [LSS]
> Sent: 21/08/04 01:57
> foreach ($_POST['checkbox'] as $key=>$irrelevant):
> // checkbox[$key] was checked
> endif;
OK, it's 2a.m. here and I'm about asleep, whioch is why t
> -Original Message-
> From: Jasper Howard
> Sent: 21/08/04 00:49
>
> just set the checked value of the check boxes to something like,
> "true", and when you are going through the check boxes in the second
> script do something like this:
Urrr -- you script will only ever see checkboxes w
On 19 August 2004 17:02, Michael Cortes wrote:
> ctrl-m is a carriage return. Does anyone know what ctrl seqence is
> line feed?
ctrl-j
(CR and LF are ASCII codes 13 and 10, so ctrl+ the 13th and 10th letters of
the alphabet respectively!)
Cheers!
Mike
--
On 18 August 2004 15:53, John Holmes wrote:
> Ford, Mike [LSS] wrote:
>
> > > $chkboxes = $_POST['ch'];
> > > $sql = 'SELECT ';
> > > foreach($chkboxes as $k => $v)
> > > {
> > > $sql .= $
On 18 August 2004 11:24, randy wrote:
> $chkboxes = $_POST['ch'];
> $sql = 'SELECT ';
> foreach($chkboxes as $k => $v)
> {
> $sql .= $v;
> if($k < (sizeof($chkboxes) - 1))
> {
> $sql .= ', ';
> }
> }
> $sql .= ' FROM form';
$sql = 'SELECT ' . implode(', ',
On 13 August 2004 13:29, yannick wrote:
> I have some trouble with Oracle Database and php...
>
> see this code:
> while (1) {
> $conn=OCILogon($username,$password,$database);
Try OCIPLogon() rather than OCILogon().
> $stmt=OCIParse($conn,"select 50 as toto from dual");
> OCIDefineByName($stmt
-Original Message-
From: Karen Resplendo
To: [EMAIL PROTECTED]
Sent: 02/07/04 19:36
Subject: [PHP-DB] Date problem: data is current as of yesterday
The database queries all the sources at night after everyone has gone
home. That means the data was current as of yesterday. This little
snipp
osted an example of this to the list). But both ways can be considered valid
approaches -- it just depends on what seems better (or more elegant, if you like!) to
you.
> - Original Message -
> From: "Ford, Mike [LSS]" <[EMAIL PROTECTED]>
>
> > On
On 01 July 2004 18:36, Justin Patrin wrote:
> On Thu, 1 Jul 2004 12:28:46 -0500, Shiloh Madsen
> <[EMAIL PROTECTED]> wrote:
> >
> > After the very kind help i was given last night I have the query
> > being built right, however the query does not work. Just to
> > refresh, the gentlemen who had h
On 24 June 2004 16:44, H. J. Wils wrote:
> this is the code, but this code works on my hosting provider but not
> on my own server. I think i have to change settings in php.ini but
> dont know which...
> first page:
>
> session_start();
>
> include "connect.php";
> include "functions.php";
>
>
On 30 April 2004 01:10, Craig Hoffman wrote:
> When I put single quotes in the PHP_SELF and I get this error:
> Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE,
> expecting T_STRING or T_VARIABLE or T_NUM_STRING
>
> and I can't use double quotes because its in an echo statement. W
On 14 April 2004 15:21, Mikael Grön wrote:
> On Apr 14, 2004, at 15:14, H-Mac Moderator wrote:
>
> > Mikael-
> >
> > I suspect you want htmlspecialchars, Not stripslashes. See:
> > http://us4.php.net/manual/en/function.htmlspecialchars.php
> Well, I guess a combination of htmlspecialchars and s
On 14 March 2004 02:14, Benjamin wrote:
> What kind of error does it give you? Because in the snippet you gave
> us you wrote
>
> > include "mainmenu.php"; // Which gives me an error !
>
> And that should give you an error because it should be
>
> include( "mainmenu.php" ); //note parenthesi
On 09 March 2004 20:36, J. Kevin C. Burton wrote:
> Hey all, after reading documentation on the Win32 bug
> regarding Timestamps
> not being able to go prior than 1970..
>
> I am in need of a way to calculate someone's age.
>
> Has anyone found a fix or workaround for this bug? Or a way
> to cal
On 05 March 2004 14:49, Ken Colburn wrote:
> Mike -
>
> I've tried your options and I get either an error message, no
> sorting, or sorting that does not do both columns with B's at the
> top. It's my understanding that I must still use sort_field and
> sort_order (though I tried just ORDER BY).
On 05 March 2004 09:38, Torsten Lange wrote:
> Hello,
> I receive an array from an OCIFetchStatement() and want to
> address its
> elements by indices, which fails. The original select has two columns.
> How do I have to visualize that array? I want to load it into an
> list. I tried also some e
On 04 March 2004 19:04, [EMAIL PROTECTED] wrote:
> On Thu, 4 Mar 2004 10:55:20 -0000, Ford, Mike [LSS]
> <[EMAIL PROTECTED]> wrote:
>
> > On 03 March 2004 17:07, [EMAIL PROTECTED] wrote:
> >
> > > Here's the php code for the sort
On 03 March 2004 17:07, [EMAIL PROTECTED] wrote:
> I'm re-raising an issue I never quite resolved which has become more
> critical. I want to sort a table on two columns. There are
> about 440
> rows of which about 400 are blank in the first sort column (CBC); the
> other rows show B in that col
On 18 February 2004 18:22, Torsten Lange contributed these pearls of wisdom:
>
> while(OCIFetch($stmt))
> {
> $column_name = OCIResult($stmt,'COLUMN_NAME');
missing [] here -- should be:
$column_name[] = OCIResult($stmt,'COLUMN_NAME');
>
On 28 January 2004 18:05, Georg Herland wrote:
> Hi!
>
> I hav made a simle page to insert update and delete data in MYSQL.
> I try to put existing data into a standard form field to make editing
> easyer:
> Problem is when the text data contains a space ie "Look
> here". Then only the
> first w
On 09 January 2004 03:58, Jacob Hackamack wrote:
> Hello,
>
> I have a couple of quick questions. When I execute this code on my
> php page (I know that the .PSD image isn¹t web ready, but Safari does
> what I need it to do :) ) it displays the entire source as one line.
> Is there anyway to ha
On 07 January 2004 15:12, Duane Barnes contributed these pearls of wisdom:
> I'm having a problem with a standard html form. I'm using a
> php function to
> populate a drop down menu on a standard form. I want the
> contents of the
> submitted form to insert into a mysql table. All of the
> vari
On 18 December 2003 05:26, Ng Hwee Hwee wrote:
> Dear all,
>
> i need help with my search query statement.. what is wrong
> with my code?
Nothing obvious that I can see, except a little inefficiency. Where do
$keyword and $table come from? -- is this a register_globals issue?
>
> $wor
On 11 December 2003 11:52, Constantin Brinzoi wrote:
> I know it is possible to search a database like this:
>
> SELECT * FROM x_table WHERE name="%part_of_name%"
>
> but I don't know for sure the correct command.
>
> Could you tell me the right syntax?
SELECT * FROM x_table WHE
On 22 October 2003 00:41, [EMAIL PROTECTED] wrote:
> $fieldarray = array("one","Two", "three", "four");
> $line = "\"".implode("\",\"",$fieldarray) ."\"";
Eck, eck, eck!! Definitely a construct crying out for single quotes rather than
double:
$line = '"'.implode('","',$fieldarray) .'"';
C
On 04 September 2003 11:18, [EMAIL PROTECTED] wrote:
> I've been building web sites that use a database backend for
> some time
> now.
> I typically use the format.
> http://www.mysite.com/index.php?page=contact
> http://www.mysite.com/index.php?page=home
> http://www.mysite.com/index.php?page=abo
On 03 September 2003 14:10, Bruce Levick contributed these pearls of wisdom:
> There is an include_path for unix and an include_path for
> windows. They both
> differ slightly but aren't of the same value that is being
> returned in the
> php info page or the error that I am receiving.
>
> This i
On 03 September 2003 10:51, Vinoaj Vijeyakumaar contributed these pearls of
wisdom:
> Hi,
>
> Just this morning I upgraded to MySQL 4.1.0 alpha and PHP
> 4.3.3. I'm also
> running Apache 2 on a WinXP machine. The main reason for the
> upgrade was so that I could make use of 4.1.0's sub-select
>
On 03 September 2003 01:32, Bruce Levick contributed these pearls of wisdom:
> Well yes I have restarted my webserver, and the php.ini file
> is under the
> "windows directory" (shown in phpinfo page) and I am
> definatelty editing it.
>
> The current value for my include_path is ".;c:\php\includ
On 02 September 2003 16:45, Craig Cameron wrote:
> Ok simple problem I hope.
>
>
> Have the following code, used to store the location and a few
> details about meeting minutes.
>
>
> $connection = mssql_connect("server","user","password");
> mssql_select_db("Docume
On 02 September 2003 08:00, Bruce Levick wrote:
> Hi guys,
> I am re-developing the look and feel of a site and trying to set it up
> localy. Its all setup and ready to go but I am getting a
> pear.php include
> failure.
>
> Warning: main(/PEAR.php): failed to open stream: No such file
> or direc
On 29 August 2003 06:39, OpenSource wrote:
> Hi guys,
>
> This is weird to me..
> I got this script
> ---
> if ($_GET[login] == 'forgot')
> {
> echo "Sorry I forgot my password";
> } else { echo "you
On 29 August 2003 05:27, Joshua D. Drake wrote:
> Hello,
>
> Beta 2 of plPHP has been released. This version contains many bug
> fixes. For example, if you write bad plphp code and try to
> execute it,
> the code will no longer crash PostgreSQL ;).
It would be nice if you told us what plPHP ac
On 28 August 2003 17:25, mike karthauser wrote:
> on 28/8/03 5:00 pm, CPT John W. Holmes at
> [EMAIL PROTECTED] wrote:
>
> > > Thanks for this - I ended up rehashing my query to this:
> > >
> > > > > $result = mysql_query("SELECT * FROM dates WHERE bookcode =
> > > '$bookcode' ORDER BY date1",$
On 11 August 2003 07:02, Michael Cortes wrote:
> I am using the Konqueror browser and browing to
> http://localhost/my.php
>
> Howerver, the script I wrote, doing various queries and lookups,
> inserts, etc.. takes a while to complete. That is fine with
> me. I'll wait. However, the serve
> -Original Message-
> From: Jamie Saunders [mailto:[EMAIL PROTECTED]
> Sent: 16 July 2003 11:20
>
> Hi, I need a way of searching a file for text between two
> brackets, below
> is an example of a couple of lines from the file I'm searching:
>
> {L_LOGIN}
> {L_LOGOUT}
>
> So I'll need
> -Original Message-
> From: Ahmed Abdelaliem [mailto:[EMAIL PROTECTED]
> Sent: 15 July 2003 08:54
>
> i have a problem with starting a session in the page that
> validates the user
> input and sends it tothe database,
> when the user clicks register he gets this error
>
> Warning: sess
> -Original Message-
> From: Doug Finch [mailto:[EMAIL PROTECTED]
> Sent: 26 June 2003 21:12
>
> Is the newest version of php 4 only available as a cgi-based program?
> DF
No.
Cheers!
Mike
-
Mike Ford, Electronic Info
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: 26 June 2003 20:22
>
> What I would like to do is somehow have a redundant error
> check on the server
> side and then display an error message above the form on the
> main page should
> fields be left blank
> -Original Message-
> From: Aaron Wolski [mailto:[EMAIL PROTECTED]
> Sent: 26 June 2003 16:12
>
> Solved my problem!
>
> Here's the code in case anyone really cares :P
>
> $col = explode(",",$threadsColumn);
>
> $col_search = "(";
> for ($i=0;$i
> -Original Message-
> From: Hutchins, Richard [mailto:[EMAIL PROTECTED]
> Sent: 16 June 2003 17:08
>
> session_start();
> session_register("isRegistering");
>
> $_SESSION["isRegistering"] = "true";
B't! If you're using the $_SESSION array, then you MUST NOT use
s
> -Original Message-
> From: Matthew Moldvan [mailto:[EMAIL PROTECTED]
> Sent: 11 June 2003 01:03
>
> Have you tried the built in Oracle functions in PHP?
>
> http://us3.php.net/oracle
That's only for Oracle up to version 7.
For Oracle 8 or 9, use the OCI extension http://www.php.net/oc
> -Original Message-
> From: Matthew Moldvan [mailto:[EMAIL PROTECTED]
> Sent: 10 June 2003 16:50
>
> As for the line breaks, I've used SQL formatted that way before and it
> hasn't cause me any problems.
It's a matter of preference, but I prefer to keep my query strings as lean as possib
> -Original Message-
> From: Becoming Digital [mailto:[EMAIL PROTECTED]
> Sent: 10 June 2003 12:15
>
> I screwed up my own code. Silly me. It should read:
Surely your first attempt is the right one? There's only ever going to be 1 Total, so
why waste a while loop trying to read more t
> -Original Message-
> From: Susan Ator [mailto:[EMAIL PROTECTED]
> Sent: 10 June 2003 16:18
>
> > This is what I am trying to do:
> >
> > if ($FUNC==("USERPOST") || $FUNC==("MODU")) {
> > $sql = "UPDATE newdacs
> > SET emailfwd='$emailfwd',
> >
> -Original Message-
> From: A. Lyse [mailto:[EMAIL PROTECTED]
> Sent: 06 June 2003 11:34
This was sent privately to me, but I'm redirecting the response back to the list in
case it helps anyone else.
> Feeling kinda stupid. hehe. sorry I didnt label the lines.
Probably no more stupid t
> -Original Message-
> From: A. Lyse [mailto:[EMAIL PROTECTED]
> Sent: 05 June 2003 21:21
>
> Thanks! But I got a problem with the code:
>
> The PHP file as it is with the code pasted into it will i'll
> past at the end
> of this post. The problem is I get the error:
>
> Warning: Invali
> -Original Message-
> From: Earl [mailto:[EMAIL PROTECTED]
> Sent: 04 June 2003 22:04
> To: PHP-DB
>
> FYI
> this was beginning to bug me out... so I decided to try the
> trim function
> and walla... it worked.
>
> Thanks for ya'll assistance.
I was going to say this even before yo
> -Original Message-
> From: heilo [mailto:[EMAIL PROTECTED]
> Sent: 03 June 2003 23:35
>
> sorry, needed some time to hack this one ::)
>
> as your print_r shows that you have to sort an array which
> includes objects
> (in this case an ingress-class - whatever this is). i tried
> to s
> -Original Message-
> From: Ian Fingold [mailto:[EMAIL PROTECTED]
> Sent: 03 June 2003 16:58
>
> Ok I'm trying to write this function to up date some fields
> in my database
> so i'm grabbing some info from a query and throwing it into
> an array (with
> mysql_fetch_array).
>
> one of
1 - 100 of 138 matches
Mail list logo