I've heard that there are significant changes made between 4.1.2 and 4.3.0
so I need to know what the effects are going to be on our existing sites
running old code.
Is there a document that explains the effects of upgrading to 4.3.0 from
4.1.2 along with the steps I need to take to make my sites
on 7/24/03 8:13 PM, Beauford.2005 at [EMAIL PROTECTED] wrote:
>
> action="post" name="testing">
>
someone else already raised this issue and it doesn't look like you caught
it: you have two actions in your form (the second should probably read
method="post"), e.g.,
is your form even submitt
I'm trying to figure out how I can format the results from a MySQL query so
that I can display several records per row, i.e., I'd like to be able to
format the results in a table with 3 columns, and as many rows as needed.
Please excuse my inability to be concise - my brain seems to be fried from
hey folks -
i'm stumped. been working on what i thought would be a simple script to
cycle through users' records and perform a query. But I can't get the loops
right, it seems like only one or two records get updated.
Using MySQL, we have about 2000 students enrolled. each month they take a
tes
7;s all have
> "if score >= 75" which is what I'm doing in the sql too, Brian is getting a
> total "$tally++" so am I "count(*)"...
>
> -Original Message-
> From: Mehmet Kamil ERISEN [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 10, 2
dn -
thanks SO much for your detailed reply. :)
yes there are tons of problems :( the "last 3 consecutive Months" issue is
tricky enough - but the fact that the database is set up all wrong for this
type of query is the real problem.
unfortunately changing the structure and field formats then
hey there -
i've been going crazy trying to figure out how to add news items to the top
of an already existing txt file containng previous news posts. While I'd
love to change the system so everything is database-driven (as most of the
rest of the site is), this news area has so much news posts
:45 PM, "Phelps" <[EMAIL PROTECTED]> wrote:
> load the content of the file into an variable first and then add the new
> text part into it.
>
> something like this:
>
> $text = $newtext + $text;
>
> then save it... It should work...
>
> P.
>
&
hi there :)
i've been asked to implement an electronic postcard app for a client's
website, and was wondering if anyone can recommend an existing
implementation, be it open source or commercial -- preferably PHP!.
I found a couple of CGI scripts that do a minimal job, but i'm not to keen
on doin
i currently have to query a table for 5 separate values based on elementid
and haven't figured out how to do it using just one query with an array or
associative array.
can someone enlighten me as to how I could perform the following queries
more efficiently, i.e., is there a way to do it with one
on 8/6/04 12:28 PM, Jay Blanchard at [EMAIL PROTECTED]
wrote:
> [snip]
> Tis SQL
>
> SELECT value
> FROM element_values
> WHERE user = $user_id
> AND(element=48
> OR element=52
> OR and so on)
> [/snip]
>
> You can also use IN
>
> SELECT value
> FROM element_values
> WHERE user = $use
Not sure if I understand the issue completely, but if it's a matter of
displaying the text from the database you could use the nl2br function.
http://us3.php.net/manual/en/function.nl2br.php
Hope that helps,
Brian
on 7/15/04 4:40 PM, Andrew Wood at [EMAIL PROTECTED] wrote:
> Sorry, its the cra
on 1/29/04 7:50 AM, Dave Carrera at [EMAIL PROTECTED] wrote:
> Hi List,
>
> I have a test function who's aim is to take an array an do something which
> each value of the array and show the result on screen one at a time.
>
> --- Test Function Code ---
>
> function TestFunc(){
> $cnt = array(1,
sorry if this is considered "off-topic" but I'm desperate to find a new
hosting provider that specializes in managed servers/clusters.
it looks as though our current host is going under so we need to move fast.
we have a pretty intricate setup that involves load balancing of both web
(Apache) and
sounds like there's something up with the query, perhaps the wrong table
name.
as a debugging method I usually use the die() clause when performing a query
so I can ensure the query is correct.
try using this:
$qResult = mysql_query ("SELECT * FROM blog_entries ORDER BY id DESC") or
die("could n
Hey there -
I was wondering what the recommended sites are to post/find jobs related to
web development - especially PHP. The sites I've visited list mostly ASP
and Java related jobs so I'm wondering where do the PHP folks go to find
opportunities. While I'm not looking for a PHP expert, I'm lo
16 matches
Mail list logo