Sent: Tuesday, April 8, 2008 11:18:36 PM
Subject: Re: [PHP] dynamic boxes problem... JS and PHP
On Tue, Apr 8, 2008 at 3:51 PM, Ryan S <[EMAIL PROTECTED]> wrote:
> Hi Guys,
[snip]
> Andrew:
> Thanks for replying!
>
[snip]
> > Also, FWIW, I doubt it has anything t
, Ryan S <[EMAIL PROTECTED]> wrote:
> Hey!
> Thanks Andrew, will look into those points that you sent me.
>
> First thing to change will be the DOCTYPE I think, as i didht type that but
> must have copied code into a pre-made page...
One thing I learned when screwing aro
, Ryan S <[EMAIL PROTECTED]> wrote:
> Hey!
> Thanks Andrew, will look into those points that you sent me.
>
> First thing to change will be the DOCTYPE I think, as i didht type that but
> must have copied code into a pre-made page...
One thing I learned when screwing aro
Hey Pete,
**
First, you should reply to the list - that way more people could see the links
you posted and help out.
**
Oops, my mistake, I thought I did that. Will add a snip at the bottom of this
email.
**
It looks like there may be a problem with the form tags - when I look at this
code I
Hey!
Thanks to you and everyone else who replied, I have fixed the problem by
remaking the tables...
> This is not really anything to do with PHP, of course... :)
:) True, in the end it was not. But in the beginning I couldnt figure out for
the love of god why my PHP script was not getting
Hey Jim,
Yep, That was the problem fixed that and now everything works.
***
While we are on the topic of the ... tags, just a side note.
It
is invalid HTML syntax to have any tag between your
ok here
As a note: the only legal tag that I know of that can be placed in between the
above
Hey Bill,
Thanks for the tips, makes sense and will try to follow them.
Cheers!
R
*
Ryan,
Four observations:
1. Don't try to solve your problem by changing the DOCTYPE. Bad HTML is
bad HTML. Changing the DOCTYPE may reduce the severity of the problem,
but it won't so
reinstalling then putting my stuff back? (I know i can just copy the files that
were in the htdocs... but am talking about an easy way to copy the files and
the DBs and put them back... or is that just wishful thinking?
TIA,
Ryan
--
- The faulty interface lies between the chair and the
> You could try their forums:
> http://www.apachefriends.org/f/?language=english
Thanks!
Just after I posted i started searching on google and found them, have joined
and posted... no reply as yet... just the waiting game now i guess.
Main prob is I cant even get phpmyadmin running to copy th
> After reading a bit I see that if I just copy the "data" directory in the
> mySql directory, I can restore it from there? any idea if I have that wrong?
Hmm I guess, but I'd take the safer road and open a console and run:
mysqldump.exe -u -p --all-databases --add-drop-database --opt
> mysq
/*
Top posting from my cell...
1. Format hard drive
2. Install redhat fc8 or Ubuntu 8.04
3. Load the new MySQL installation with your backup file
If you really have to stay with windoze, remove and re-install apache. Look at
the system log files as they SHOULD tell you what was causing the cr
Hey!
Heres what i have to do, upload pics and each pic can be a part of x number of
categores
for example:
A picture of a rose can be for birthday, as well as anniversary, or miss you,
or love etc
exactly the same as how in wordpress an article can be in multiple categories
like tech, current
>
> /*
> Top posting from my cell...
>
> 1. Format hard drive
> 2. Install redhat fc8 or Ubuntu 8.04
> 3. Load the new MySQL installation with your backup file
>
> If you really have to stay with windoze, remove and re-install
> apache. Look at the system log files as they SHOULD tell you wh
>
>
> Cant afford a new comp or a new OS and as for your last statement:
> http://www.sophos.com.au/pressoffice/news/articles/2006/02/macosxleap.html
> _almost_ no virii for the Mac :)
/*
None that have effected my computers here at work, or at home. No anti-
virus, no firewall's ;)
Oh and I'll
Hey!
Thanks for replying guys!
> 1. Fully normalised, where you have three tables - one for your
> "articles", one for your categories and a link table.
This is the route that I would suggest, it's the most flexible and
fastest to query.
Anyone happen to have a little PHP code as an
Hey,
Am not really used to using the JOIN in SQL so am a bit confused as to what
kind of data I need to enter into this table:
image_category_mapping table:
- image_id
- category_id
for all of this to work... mind explaining a bit?
Thanks!
Ryan
Hey all!
To say I suck at regex is an understatement so really need any help I can get
on this, I have a page of text with different html tags in them, but each
"block" of text has a or a < class="something"> tag... anybody have any
regex that will catch each of these paragraphs and put then
> To say I suck at regex is an understatement so really need any help I can
> get on this, I have a page of text with different html tags in them, but each
> "block" of text has a or a < class="something"> tag... anybody have any
> regex that will catch each of these paragraphs and put then
Hey,
$tag_regex=array(
'/\(.*?)\<\/p\> /si' => "$1",
'/\<(\s*)(*.?)class\=(*.?)\>(.*?)\<\/(*.?)\>/si' => "$3"
);
$paragraphs=preg_replace(array_keys($tag_regex),array_values($tag_regex),$page);
I am not sure what tag is that you mean on , but in this
RE .. it should capture any tags (t
preg_match_all('|]*>(.*)|Ui', $myText, $myArray);
Hey!
Thanks for replying.
Your preg_match_all works like a charm, but for some reason catches only 8 out
of 9 paragraphs... its really weird. I have upped the test page to
http://www.ezee.se/tests/para_regex2.php.txt so you can have a look
> http://www.ezee.se/tests/para_regex2.php.txt
Yep, sorry... Just add the s
preg_match_all('|]*>(.*)|Uis', $myText, $myArray);
Swett! It works!
If you _do get time_, would love to know the actual meaning of
|]*>(.*)|Uis
because although I do appreciate the help and the code, am learni
Hey,
Have just started screwing around with wordpress and I must say... it has a lot
of really really nice bits and pieces... two of my favourites are widgets and
plugins... not a hundred percent certain exactly what the diff is though! :)
Anyway, was thinking it would be a great way to program
/ezee-ecard-egreetings/step2_v2.php
All i want you to do is click the above link, click the file/browse button and
try to upload a .jpg/jpeg image...
Thanks in advance!
Ryan
P.S section is not yet open & am still testing stuff so dont try to create any
egreetings right now :)
--
ked, Ryan. One suggestion, though: instead of the button
> next to the green arrow
Had
a problem with something conflicting with Javascript's form submit(),
and since i am using quite a lot of OS free scripts from other people
and wrote more JS here myself than on any other project th
This is really weird... i have tried the same exact code in phpmyadmin and it
works like a charm, but when i run the script... no errors then i go to
phpmyadmin and nothing has changed :(
this is the code:
$how_many_to_
> $result = mysql_query($sql_1);
You're running the wrong query.
You're building a query in "$update_sql" but running something else.
DUH!!!
Thats what you get for being up all night i guess! Time to hit the sack...
pulled an all nighter and its 7:24am now
>Some of the comments here:
>http:
WAMPSERVER can you tell me how to
change MySqls default login?
its on root/ presently... want to change it to root/something
Thanks!
Ryan
--
- The faulty interface lies between the chair and the keyboard.
- Creativity is great, but plagiarism is faster!
- Smile, everyone loves a moron. :-)
--
PHP
http://dev.mysql.com/doc/refman/5.0/en/resetting-permissions.html
Thanks,
I did STW and find that link but am just a bit unsure if while WAMPSERVER2 I
should go in and do it like the above url suggests... was wondering if like
XAMPP there were specific instructions to follow.
Cheers!
R
Hey,
This is my code:
==
$update_sql="update greetings_final set
heading='$heading',message='$message',signature='$signature',font_size='$font_size',font_color='$font_color',bg_color='$bg_color'
where temp_cno='".$thecno."' and rand
Hey DB,
Thanks for replying, I did solve it though was running a lot of tests and
checking a lot of stuff with the fill before i finally added the database
stuff... but forgot to include() the connection file :)
Thanks for writing though!
Cheers!
R
--
PHP General Mailing List (ht
the script is pretty
well self documented too via comments in the script.
Thanks in advance,
Ryan
--
- The faulty interface lies between the chair and the keyboard.
- Creativity is great, but plagiarism is faster!
- Smile, everyone loves a moron. :-)
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hey!
Here would be my incarnation of this script
http://www.ezee.se/ The UK police are by far one of
the most open to being greedy and corrupted by their afore mentioned
greed, case and point: the hundreds of extra speed cameras that are put
in place with an idea of making more money rather th
instead of displaying it?
Thanks!
Ryan
--
- The faulty interface lies between the chair and the keyboard.
- Creativity is great, but plagiarism is faster!
- Smile, everyone loves a moron. :-)
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hey,
its easier to start with code and then explain:
$t_array[]='chr(rand(97,122))';
echo $t_array[0];
The above code outputs
chr(rand(97,122))
How can i execute that above code from the array instead of displaying it?
Thanks!
Ryan
--
- The faulty interface lies between the
the not-found-page to my
script?
Would appreciate any code, tips, urls you can give me.
Thanks!
Ryan
--
- The faulty interface lies between the chair and the keyboard.
- Creativity is great, but plagiarism is faster!
- Smile, everyone loves a moron. :-)
--
PHP General Mailing List
great, but plagiarism is faster!
- Smile, everyone loves a moron. :-)
- Original Message
From: Bernhard Kohl <[EMAIL PROTECTED]>
To: Ryan S <[EMAIL PROTECTED]>
Sent: Thursday, June 5, 2008 9:25:46 PM
Subject: Re: [PHP] Search like php.net's URL thingy
you should familiar
As far as I remember, errordocument still send the code, in this case
404 to the client. In the case of IE, this will display IEs built-in
error doc if the server supplied one is < 512 Bytes. Maybe other
implications for spiders also. I might be wrong, but this is from some
old memory.
-S
Hey again,
First of all please note that i added a [0.T] (= off topic ) to the subject so
if you dont want to continue with something OT, now's the time...
Ok... for anyone thats curious as to why i wanted this.. just completed my
version of tinyURL... except, its even more tiny!! Have christe
Hey!
Heres what i have done so far:
I ask the user for his style of music by displaying for example 3 links in the
like rock, pop,sentimental
when the user clicks on any of those links i do a quick trip to the DB via ajax
and update the div with all the artists that his choice merits... same
om: Daniel Brown [mailto:[EMAIL PROTECTED]
> Sent: Friday, June 13, 2008 4:13 PM
> To: Ryan S
> Cc: php php
> Subject: Re: [PHP] Kindla 0T, but here goes...
>
> On Fri, Jun 13, 2008 at 4:49 PM, Ryan S <[EMAIL PROTECTED]> wrote:
> >
> > when the user clicks on
Hey!
.A little background:
We have a site that has already been made.. a couple of hundred pages displayed
via SMARTY templates, the site's in Swedish.
The navigation and other parts except for the center is taken care of by the
templates and other scripts... the center main text is taken f
Thanks for your input guys, will go through the links you gave me and get back
to ya if I run into any problems.
Have a nice weekend!
Cheers!
R
--
- The faulty interface lies between the chair and the keyboard.
- Creativity is great, but plagiarism is faster!
- Smile, everyone loves a moro
I am a newbie so please bear with me.
I get this error message when I try to run a query
Connected successfullyCould not successfully run query () from DB: Unknown
column '$today' in 'where clause'
this is the query command
$query = 'SELECT *
FROM `job listing`
WHERE open >=$today
LIMIT 0 , 30
I am reading in a date field from a mysql database the field on the screen
shows up as 2007-05-01 on the screen I would like the field to show
05-01-2007 currently I am issueing the following command print
$row['open']; how can I format this field???
while I am at it how can I accept the date f
Sorry I am a bit of a newbie with php and hope this has not been aswered a
million times, but here it goes
I have a date base with a couple of date fields when I pull up and display
the fields it show 2007-05-21. the question I have is how to convert the
field to 05-21-2007?
Currently the command
Hey!
I have a pal who has a pretty interesting domain, he wants to offer emails @
his_domain_name.com (example) which gets forwarded to thier normal email
address.
eg:
i make an account at x.com with username genphp and give my real email
address of genphp AT yahoo.com
all em
I am trying to get a query to run and outputed to a pdf file I get the
following error
Fatal error: Call to undefined function pdf_begin_document()
in my php.ini I have php_cpdf.dll and php_pdf.dll enabled am I missing
something.?
also is there a way to send the document I create to the printer
I have created a pdf form with php that prints out one record using
php_show_xy statements but when I try to print out a query with multiple
lines of data I get an error that reads
Fatal error: Uncaught exception 'PDFlibException' with message 'Function
must not be called in 'object' scope' in C:\
Hey all!
Was looking at trying some stuff with php and p oker (texas hold'em).
After searching the net for some clues as to how i can do this, i came accross
the class on the php classes site (but that codes to bruteforce-ish) so
continued looking and came accross some valuable suggestions on h
Hey all!
So you expect PHP ppl to do your job and test a JAVA class to tell u
if it's worth porting it to php?
Nice thoughts...
Andy... why be a moron?
I just wanted someone with java knowledge to have a look at the code and see if
it ran properly.. something that should take an experienced
Paul Scott <[EMAIL PROTECTED]> wrote:
On Wed, 2007-06-27 at 14:17 +0200, Tijnema wrote:
> Not too hard to program right?
As long as you keep on assuming that you are playing with infinite decks
of cards, and not marking cards as dealt as you deal.
--Paul
Hey Paul,
Actually, I have already f
> > Humans are such a strange bunch :)
> That's why I live with computers and cats -
No fucking cats! Kill all of them...keep only dogs and whales (to protect them)
The only cat I like is a pussy.
Damn... used up a bit of my swear words quota of the day...
--
- The faulty interfac
Thanks!
Dont know if it will help but its nice of you to share becausei always feel
good reading someone elses ways of doing things. Might help if I get bogged
down somewhere.
Cheers!
R
Guillaume Theoret <[EMAIL PROTECTED]> wrote: This isn't exactly what was asked
for but when I TA'd the
Hey Nathan,
Cool! Thanks for taking the time to find and fix that error and your
suggestions below...
Will give you a buzz if I run into a programming stonewall.
Cheers!
R
Nathan Nobbe <[EMAIL PROTECTED]> wrote: Ryan,
if you want to port the java code to php it wouldnt be very difficult
=array(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52);
shuffle($deck);
for($i=0; $i<5; $i++)
{
$card = array_pop($deck);
echo $card."";
}
==
Any comments and suggestions are also welcome.
Thanks!
Ryan
--
- The faulty interfa
but can you send me the benchmarking scripts
that you used so i may test them a bit more?
Thanks!
Ryan
--
- The faulty interface lies between the chair and the keyboard.
- Creativity is great, but plagiarism is faster!
- Smile, everyone loves a moron. :-)
-
> but the image, when updated, is still unstable on IE while still
> _perfectly_ stable on FireFox.
This might be due to cacheing on IE which anyone who has messed with php
online for a little time will be familier with. IE is a bitch at times... just
likes the company that makes the softw
I uninstalled my old versions of apache, mysql and php then installed wamp
on my computer. everything seems to be working when i access localhost,
except when i go to phpmyadmin. I get this error on screen "MySQL said:
#2003 - The server is not responding"... so i updated the config.php file
bu
i made a simple PHP form that would ask for the users complete name, a
button that would browse to a file that the user wants to upload, a text
area for additional comments, and a submit button. This form works just
fine. what i want to achieve next is for my form to also create a text file
whe
but it did not work when I used session_decode. This is a problem because I
want to change my read($id) function so that it decodes $data, adds something
extra to the $_SESSION, then re-encodes $data and re
data. When I return $data from my method, though, PHP is able to
turn it into a $_SESSION.
Thanks,
- Ryan
- Original Message
From: Tijnema <[EMAIL PROTECTED]>
To: Ryan Graciano <[EMAIL PROTECTED]>
Cc: php-general@lists.php.net
Sent: Thursday, July 19, 2007 5:28:32 PM
okay, i'll try that example you gave me... thanks!
""Daniel Brown"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On 7/17/07, Ryan Lao <[EMAIL PROTECTED]> wrote:
>> i made a simple PHP form that would ask for the users complete name
Hey,
Sorry your work was stolen but dont hold your breath waiting for that site to
close down. I have no idea who your publishers are but I _reay_ doubt they
have more clout than M$, the MPAA, RIAA, SONY, Pixar etc coz they went after
thepiratebay and looked like fools:
http://thepiratebay
However, don't be under any illusion that the pirates are
good-hearted philanthropists taking from the rich and giving to the
poor. The best known pirate site sells advertising - a small banner
reportedly costs $5,000 a month, and a larger one $10,000 a month.
Actually, most pirates ARE tak
Hey,
Piracy, unauthorized copying, call it what you will, involves a chain.
Perhaps if the poor saps who make the unauthorized copies realized just
how they're being exploited, things might change.
Sorry, but disagree with you here, the "poor saps" know the site owners are
making money but
okay. I'll check on that one. Thanks
""Daniel Brown"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On 7/16/07, Ryan Lao <[EMAIL PROTECTED]> wrote:
>> I uninstalled my old versions of apache, mysql and php then installed
>> wa
Hey,
The same would happen if I did everything myself. Within days of
self-publishing a eBook, it would be on a pirate site. At least with a
publisher, legal copies do get sold, and I do get a return on the time
invested, even though it's not as much as I would like.
Also depends on how popul
Hey,
>Instead of clip tags, I recommend that you configure your mail client
>to prepend a greater than sign to quotes. It's rather customary, if
>not standard.
Sorry about that, its driving me crazy too. I have to manually do it if I want
it (like above). It used to work before... then suddenl
Arvin,
You inserted the codes to your index.html file?
""arvin lee"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> system: windows xp sp 2
> apache: apache_2.2.4-win32-x86-no_ssl
> PHP: php-5.2.3-win32-installer.msi
>
> i try to install php on my computer so that i can fini
> Php Fiction? Rasmus's List? Codin' in the Rain?
LOL! That was good! Thanks needed that!
Cheers!
R
--
- The faulty interface lies between the chair and the keyboard.
- Creativity is great, but plagiarism is faster!
- Smile, everyone loves a moron. :-)
-
--- Dotan Cohen <[EMAIL PROTECTED]> wrote:
> On 24/07/07, Ryan A <[EMAIL PROTECTED]> wrote:
> >
> > > Php Fiction? Rasmus's List? Codin' in the Rain?
> >
> > LOL! That was good! Thanks needed that!
> >
> >
>
> Of course, on
--- Robert Cummings <[EMAIL PROTECTED]> wrote:
> On Tue, 2007-07-24 at 21:09 -0400, tedd wrote:
> >
> > Sorry, I've been up for 48 hours -- it's a boy, 8
> lb 9 oz -- time to
> > get some sleep. Maybe tomorrow my son will finally
> decide on a name
> > -- the ninth grand-kid. Maybe he'll name
Hey,
> I don't use "Tedd" anymore, because that was my
> previous life when I
> used to have purpose.
For what its worth, I do think your life has a purpose
and you are living it, I for one would be quite sad if
I didnt see any more postings from you on this list
and would miss you... as would
file and still save it as utf8.
any suggestions?
Ryan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hey,
> They simply jack up the price for honest folk.
>
> You're only stealing, yes, Larry, actual money :-),
> from hard-working
> individuals who pay MORE for their legit copy when
> you pirate.
>
> That is the end effect.
>
> That is why it really IS theft.
Since this has been done to death
>
> PS
> I never have figured out why one would want to
> notify a zillion
> strangers that you're on vacation...
>
> I mean, duh, talk about a security risk...
>
> "Hey, stranger, I'm on vacation!!! Nice big house
> of computer geek
> full of stuff sitting unwatched!!!"
>
> I'm really not su
--- Crayon Shin Chan <[EMAIL PROTECTED]>
wrote:
> On Monday 30 July 2007 23:49, tedd wrote:
>
> > The opposite of BUYING is STEALING
>
> I think you meant SELLING.
>
Actually to make things easier just lets add a "NOT"
eg:
The opposite of BUYING is NOT BUYING
Ok, I admit it, am bored and c
> > Yes, but that's why it's called faith.
>
> My point was that it makes no sense to try and prove
> or demonstrate
> anything using God because the existance of God
> itself cannot be proven
> or demonstrated.
Stut,
There will be a demonstration of god's existance in a
little while, pleas
> >>You have a right to your belief, but that doesn't
> make your belief right.
> >
> >This works both ways.
>
> Oh yeah, well my dad can beat up your dad.
Well, get both your dads together coz my dad can beat
both of them up.
Reasoning, I'm pretty young compared to most of you
guys so my dad i
fork this into a god discussion too ;)
Cheers!
Ryan
--
- The faulty interface lies between the chair and the keyboard.
- Creativity is great, but plagiarism is faster!
- Smile, everyone loves a moron. :-)
__
>
> Some light humour:
>
> http://www.unm.edu/~humanism/socvsjes.htm
>
> Cheers,
> Rob.
Hey,
I usually find your humour postings pretty funny but
didnt find that in the least bit funny... :(
Cheers!
R
--
- The faulty interface lies between the chair and the keyboard.
- Creativity
> Can't please everyone all of the time. Maybe you
> didn't get the joke :B
> Certainly it had be ROFLMFAO.
Well..., to each his own :)
Have a nice day!
R
--
- The faulty interface lies between the chair and the keyboard.
- Creativity is great, but plagiarism is faster!
- Smile, everyone lo
.
Thanks!
Ryan
--
- The faulty interface lies between the chair and the keyboard.
- Creativity is great, but plagiarism is faster!
- Smile, everyone loves a moron. :-)
__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
addslashes I have to take into
account magic_quotes being on/off...and since this is
going to be used on a few servers it just complicates
matters a bit more, I am trying to take the guesswork
and extra coding out of the scripts and solve the
problem before it comes to the scripts...by changeing
th
till some DW guru in this
mailing list.
> Good luck.
Yep, am waiting here and from some forums, hopefully
someone will give me a break on this.
Thanks for the well wishes.
Cheers!
Ryan
--
- The faulty interface lies between the chair and the keyboard.
- Creativity is great,
dy other than them will be entering
data into the system, the outside world will just see
the tutorials.
> >
> >> Good luck.
> >
> > Yep, am waiting here and from some forums,
> hopefully
> > someone will give me a break on this.
>
> which limb? and why
> will still not be the solution.
Hmm, thanks for clearing that up, as gratitude even
after i learn to DOS and have my botnet up in a few
years I shall spare your server.
Cheers!
Ryan
--
- The faulty interface lies between the chair and the keyboard.
- Creativity is great, but plagiarism
Thanks Jay, will stop searching and use the advise
from Prathaban and Jochem.
Thread closed as far as I'm concerned.
Cheers!
Ryan
--
- The faulty interface lies between the chair and the keyboard.
- Creativity is great, but plagiarism is faster!
- Smile, everyone loves a
ever trust user
> input.
Makes sense, thanks for your input.
Cheers!
Ryan
--
- The faulty interface lies between the chair and the keyboard.
- Creativity is great, but plagiarism is faster!
- Smile, everyone loves a moron. :-)
__
Do You Yahoo!?
T
> Just how does one launch a "DOS" attack?
>
> c:\ fdisk
> c:\ format
> Repeat as needed
>
> ?
>
> --
Damn John,
now anybody who wants to start DDOSing knows the
secret.
--
- The faulty interface lies between the chair and the keyboard.
- Creativity is great, but plagiarism is fa
> Ryan:
>
> I don't see a problem with using:
>
> 1. Turn magic_quotes OFF -- it's just a PITA anyway.
True
> 2. Then use mysql_real_escape_string() to store your
> html in the dB.
>
> 3. Then use htmlentities() to retrieve the pages.
Thanks!
Ryan
Hey Rich,
> > http://www.php.net/ini_set
> > http://www.php.net/manual/en/ini.php#ini.list
>
> If it's on, and you have no access to change it, get
> a new webhost.
> :-)
Unfortunatly cant do that :-(
Heres my environment, I am one of two developers, 3
designers, 2 graphic artists and a bunch
> Soccer... what's that?
>
> tedd
Its a mis-spelling of two words taken out of context,
its actually "sock her" and meant for Hillary Clinton
;))
Cheers!
Ryan
--
- The faulty interface lies between the chair and the keyboard.
- Creativity is great,
--- Martin Marques wrote:
>
> On Sat, 1 Jul 2006 07:03:54 -0700 (PDT), Ryan A
> <[EMAIL PROTECTED]> wrote:
> >
> >> Soccer... what's that?
> >>
> >> tedd
> >
> > Its a mis-spelling of two words taken out of
> context,
>
idents
there).
Will the person who gets the job also have to redesign
the homepage? because it looks/feels quite crappy for
a web design company...IMHO.
Cheers!
Ryan
--
- The faulty interface lies between the chair and the keyboard.
- Creativity is great, but plagiarism is faster!
- Smile, ev
id=0;update xyz set
id=3 where id=2;";
it does not work... any idea why?
Thanks!
Ryan
--
- The faulty interface lies between the chair and the keyboard.
- Creativity is great, but plagiarism is faster!
- Smile, everyone loves a moron. :-)
___
--- Chris <[EMAIL PROTECTED]> wrote:
> Ryan A wrote:
> > Hi,
> > in phpmyadmin, in the SQL part where you can write
> a
> > query if I have a double update such as this:
> >
> >
> > it works without a problem as I am ending each sql
> >
> >>RTFM :) -- mysql_query()
> >
> >
> > Ok, read it, again what am I missing?
> > I took out the semicolon from the end... then I
> get an
> > error.
> > I did find one user post saying that this runs
> just
> > one query at a time...but if thats the case how is
> > PHPMyAdmin running multi
both have their pros & cons.
Note: I dont get a cent for the above plug or any
incentives in a material way
Cheers!
Ryan
--- Micky Hulse <[EMAIL PROTECTED]> wrote:
> Michael B Allen wrote:
> > Any ideas?
>
> I plan on using this one for my next shopping-c
, offering the moon dipped in
melted green cheese, would prefer a recommendation
from one of you guys.
Would really like to avoid making this from scratch.
Thanks!
Ryan
--
- The faulty interface lies between the chair and the keyboard.
- Creativity is great, but plagiarism is faster!
- Smile
1001 - 1100 of 1645 matches
Mail list logo