Re: [PHP] Pre-Written Script ?

2001-03-23 Thread John McCreesh

In article [EMAIL PROTECTED], Jack Sasportas
[EMAIL PROTECTED] writes
PhpMyAdmin is to manage MySQL, I want to take an existing table lets say
phone_book and then have a script generate the add/edit/modify scripts so I
don't have to code it, and look at how it is coded...

http://phpmyedit.sourceforge.net

John

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] Pre-Written Script ?

2001-03-21 Thread ..s.c.o.t.t..


phpmyadmin

http://www.phpwizard.net/projects/phpMyAdmin/


 -Original Message-
 From: Jack Sasportas [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, March 21, 2001 16:17
 To: php
 Subject: [PHP] Pre-Written Script ?
 
 
 Has anyone found a good prewritten (gpl) script that helps you to create
 the php code to add/edit/modify based on selecting a table that you want
 to put data into ?
 
 I want to use this both to get some data in the computer as well as to
 learn other coding techniques.
 
 Thanks !
 
 ___
 Jack Sasportas
 
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]
 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Pre-Written Script ?

2001-03-21 Thread Keith Vance

That's sounds like a good task for you to take on, you will learn a lot
about writing PHP code. I don't really know what you are talking about,
but you can look at phpMyAdmin or something.

K E I T H  V A N C E
Software Engineer
n-Link Corporation

On Wed, 21 Mar 2001, Jack Sasportas wrote:

 Has anyone found a good prewritten (gpl) script that helps you to create
 the php code to add/edit/modify based on selecting a table that you want
 to put data into ?

 I want to use this both to get some data in the computer as well as to
 learn other coding techniques.

 Thanks !

 ___
 Jack Sasportas



 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Pre-Written Script ?

2001-03-21 Thread Gfunk

Yeah i know how you feel man... I think what you're looking for is
codecharge

http://www.codecharge.com/ it generate add/edit/modify scripts eventually,
but
the interface sucks the bag. perhaps some people on the list could write a
better
version in php? or even one people can use online that can parse mysql
create
scripts?


  Gfunk - [EMAIL PROTECTED]
http://www.gfunk007.com/



- Original Message -
From: "Jack Sasportas" [EMAIL PROTECTED]
To: "Kurth Bemis" [EMAIL PROTECTED]
Cc: "Keith Vance" [EMAIL PROTECTED]; "php" [EMAIL PROTECTED]
Sent: Thursday, March 22, 2001 1:40 PM
Subject: Re: [PHP] Pre-Written Script ?


 Did you read what I wrote ?
 First I do code, and I have coded projects with as many as 60,000 lines
(clipper).

 In this case I run an ISP, work about 85 hours a week ( if that's lazy
then I the
 laziest ). I have read most of the wrox PHP book (600 pages+), as well as
 havinging coded a complete UAS system, with many features.
 I hired a sub who didn't code modular, organized or for that matter
logical, so I
 basically re-wrote 85% of the code for the system, BUT not having the
experience
 in PHP I want to be able to 1 benefit from not having to code to do some
quick and
 dirty stuff for testing, but also compare how what we have done is written
to the
 results from this code.  I  consider many things in how I design and
impliment
 programs that todays programmers don't, like why dump an sql result into
an array
 because it is easy, when I know that if there are too many records
returned to the
 array it could lock up a web server, or how efficient modularity makes
your coding
 along with planning and organized field names, stuctures etc.
 The perfect example is the contractor we hired and his lack of experience,
we had
 a user database that would be querried for user type,  standard, master,
 administrator etc, well this guy made 5 modules 1 for each type of user,
and in
 that ALL THAT DUPLICATE CODEstupid.   I rewrote the entire module in a
simple,
 cleaner and more efficient function which accepts the parameter of what
client
 type you want.  Now that doesn't make me a PHP guru, it's just the right
and more
 efficient way to do things, but there are secrets, and more efficient ways
to do
 things in all languages, and I simply want to see others to see how I can
benefit
 and learn.

 Before you flame at least read the entire message and make sure of what
the person
 is saying, not just hey give me some code man..

 Kurth Bemis wrote:

  At 09:08 PM 3/21/2001, Jack Sasportas wrote:
 
  ah - true laziness.this is what gave birth to wysiwyg editors like
  frontpage :-)  do your self a favor and get off your ass and write code
  like everybody else.  I bet that you use frontpage too. Christ!  if your
  going to develop then you can't be lazy.  that's it i'm finished!
 
  ~kurth
 
  PhpMyAdmin is to manage MySQL, I want to take an existing table lets
say
  phone_book and then have a script generate the add/edit/modify scripts
so I
  don't have to code it, and look at how it is coded...
  
  Any Ideas ?
  
  Thanks!
  
  Keith Vance wrote:
  
That's sounds like a good task for you to take on, you will learn a
lot
about writing PHP code. I don't really know what you are talking
about,
but you can look at phpMyAdmin or something.
   
K E I T H  V A N C E
Software Engineer
n-Link Corporation
   
On Wed, 21 Mar 2001, Jack Sasportas wrote:
   
 Has anyone found a good prewritten (gpl) script that helps you to
create
 the php code to add/edit/modify based on selecting a table that
you want
 to put data into ?

 I want to use this both to get some data in the computer as well
as to
 learn other coding techniques.

 Thanks !

 ___
 Jack Sasportas



 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail:
[EMAIL PROTECTED]


   
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail:
[EMAIL PROTECTED]
  
 
  
  
  
  --
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
  To contact the list administrators, e-mail:
[EMAIL PROTECTED]




 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To

RE: [PHP] Pre-Written Script ?

2001-03-21 Thread Jason Lotito


 Did you read what I wrote ?
 First I do code, and I have coded projects with as many as 60,000
 lines (clipper).

 In this case I run an ISP, work about 85 hours a week ( if that's
 lazy then I the
 laziest ). I have read most of the wrox PHP book (600 pages+), as well as
 havinging coded a complete UAS system, with many features.
 I hired a sub who didn't code modular, organized or for that
 matter logical, so I
 basically re-wrote 85% of the code for the system, BUT not having
 the experience
 in PHP I want to be able to 1 benefit from not having to code to
 do some quick and
 dirty stuff for testing, but also compare how what we have done
 is written to the
 results from this code.  I  consider many things in how I design
 and impliment
 programs that todays programmers don't, like why dump an sql
 result into an array
 because it is easy, when I know that if there are too many
 records returned to the
 array it could lock up a web server, or how efficient modularity
 makes your coding
 along with planning and organized field names, stuctures etc.
 The perfect example is the contractor we hired and his lack of
 experience, we had
 a user database that would be querried for user type,  standard, master,
 administrator etc, well this guy made 5 modules 1 for each type
 of user, and in
 that ALL THAT DUPLICATE CODEstupid.   I rewrote the entire
 module in a simple,
 cleaner and more efficient function which accepts the parameter
 of what client
 type you want.  Now that doesn't make me a PHP guru, it's just
 the right and more
 efficient way to do things, but there are secrets, and more
 efficient ways to do
 things in all languages, and I simply want to see others to see
 how I can benefit
 and learn.

 Before you flame at least read the entire message and make sure
 of what the person
 is saying, not just hey give me some code man..

 Kurth Bemis wrote:

  At 09:08 PM 3/21/2001, Jack Sasportas wrote:
 
  ah - true laziness.this is what gave birth to wysiwyg editors like
  frontpage :-)  do your self a favor and get off your ass and write code
  like everybody else.  I bet that you use frontpage too. Christ!  if your
  going to develop then you can't be lazy.  that's it i'm finished!
 
  ~kurth

1) I use Dreamweaver 4.0.  I coded HTML in a text editor for 2 1/2 years.
So I use DW now because its 10x faster, more efficient to design web pages
in.

I then pull the code into a HTML Editor, and tighten up the code.  Make it
perfect.

Don't assume WYSIWYG means bad.  That only makes yourself look even worse.

2) Obviously you are not a programmer.  If you were, you would know that
programmers are in their very nature lazy.  That is why they create
functions, and classes, and use the same code for different scripts.

Before you go flamming someone, think.

One more thing... I find it very hard to code standing up.  So, can I sit on
my ass and code?

Jason

P.S.  Grammar never hurt.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] Pre-Written Script ?

2001-03-21 Thread Kurth Bemis

At 01:12 AM 3/22/2001, Jason Lotito wrote:

wysiwyg is generally a bad thing.  using tools such as allaire homesite i 
can code a full site such as jrehomes.com in about 70 hours - start to 
finish.  it took twice as long with dreamweaver 3 due to the wonderful ppl 
at MS going against the grain (dreamweaver says that they make code for any 
browser, heh - far from it) - nuff said.

functions and classes aren't laziness - it called planning ahead.  its nice 
to reference one script and pass it one set of arguments and have it spit 
back what you want.  Planning ahead is saving time - not being lazy.  being 
lazy is wondering if someone's coded a script that will generate sql 
queries because your too lazy to learn SQL.  at the least you need to know 
about 3 SQL commands to have a simple database driven site.

arg - i love "new age developers"  always looking for the short way 
out.  Do yourself a favor and take the time ONCE and you'll get something 
out of it that you'll use for ever. :-)

BTW - did you know what i was saying with grammar?  you obviously did.  so 
why waste time on caps and commas etc.?

anyway - thats my two cents -

if you wish to discuss this further then you can send replies to me and 
i'll forward them to /dev/null.

~kurth


  Did you read what I wrote ?
  First I do code, and I have coded projects with as many as 60,000
  lines (clipper).
 
  In this case I run an ISP, work about 85 hours a week ( if that's
  lazy then I the
  laziest ). I have read most of the wrox PHP book (600 pages+), as well as
  havinging coded a complete UAS system, with many features.
  I hired a sub who didn't code modular, organized or for that
  matter logical, so I
  basically re-wrote 85% of the code for the system, BUT not having
  the experience
  in PHP I want to be able to 1 benefit from not having to code to
  do some quick and
  dirty stuff for testing, but also compare how what we have done
  is written to the
  results from this code.  I  consider many things in how I design
  and impliment
  programs that todays programmers don't, like why dump an sql
  result into an array
  because it is easy, when I know that if there are too many
  records returned to the
  array it could lock up a web server, or how efficient modularity
  makes your coding
  along with planning and organized field names, stuctures etc.
  The perfect example is the contractor we hired and his lack of
  experience, we had
  a user database that would be querried for user type,  standard, master,
  administrator etc, well this guy made 5 modules 1 for each type
  of user, and in
  that ALL THAT DUPLICATE CODEstupid.   I rewrote the entire
  module in a simple,
  cleaner and more efficient function which accepts the parameter
  of what client
  type you want.  Now that doesn't make me a PHP guru, it's just
  the right and more
  efficient way to do things, but there are secrets, and more
  efficient ways to do
  things in all languages, and I simply want to see others to see
  how I can benefit
  and learn.
 
  Before you flame at least read the entire message and make sure
  of what the person
  is saying, not just hey give me some code man..
 
  Kurth Bemis wrote:
 
   At 09:08 PM 3/21/2001, Jack Sasportas wrote:
  
   ah - true laziness.this is what gave birth to wysiwyg editors like
   frontpage :-)  do your self a favor and get off your ass and write code
   like everybody else.  I bet that you use frontpage too. Christ!  if your
   going to develop then you can't be lazy.  that's it i'm finished!
  
   ~kurth

1) I use Dreamweaver 4.0.  I coded HTML in a text editor for 2 1/2 years.
So I use DW now because its 10x faster, more efficient to design web pages
in.

I then pull the code into a HTML Editor, and tighten up the code.  Make it
perfect.

Don't assume WYSIWYG means bad.  That only makes yourself look even worse.

2) Obviously you are not a programmer.  If you were, you would know that
programmers are in their very nature lazy.  That is why they create
functions, and classes, and use the same code for different scripts.

Before you go flamming someone, think.

One more thing... I find it very hard to code standing up.  So, can I sit on
my ass and code?

Jason

P.S.  Grammar never hurt.


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] Pre-Written Script ?

2001-03-21 Thread Peter Houchin

R u 2 gonna knock it off and stop invloving the rest of us in your sledging
of each other?? if you wanna continue pls keep it between your selves and
not involve the rest of us

cheers

-Original Message-
From: Kurth Bemis [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 22, 2001 2:09 PM
To: Jason Lotito; PHP User Group
Subject: RE: [PHP] Pre-Written Script ?


At 01:12 AM 3/22/2001, Jason Lotito wrote:

wysiwyg is generally a bad thing.  using tools such as allaire homesite i
can code a full site such as jrehomes.com in about 70 hours - start to
finish.  it took twice as long with dreamweaver 3 due to the wonderful ppl
at MS going against the grain (dreamweaver says that they make code for any
browser, heh - far from it) - nuff said.

functions and classes aren't laziness - it called planning ahead.  its nice
to reference one script and pass it one set of arguments and have it spit
back what you want.  Planning ahead is saving time - not being lazy.  being
lazy is wondering if someone's coded a script that will generate sql
queries because your too lazy to learn SQL.  at the least you need to know
about 3 SQL commands to have a simple database driven site.

arg - i love "new age developers"  always looking for the short way
out.  Do yourself a favor and take the time ONCE and you'll get something
out of it that you'll use for ever. :-)

BTW - did you know what i was saying with grammar?  you obviously did.  so
why waste time on caps and commas etc.?

anyway - thats my two cents -

if you wish to discuss this further then you can send replies to me and
i'll forward them to /dev/null.

~kurth


  Did you read what I wrote ?
  First I do code, and I have coded projects with as many as 60,000
  lines (clipper).
 
  In this case I run an ISP, work about 85 hours a week ( if that's
  lazy then I the
  laziest ). I have read most of the wrox PHP book (600 pages+), as well
as
  havinging coded a complete UAS system, with many features.
  I hired a sub who didn't code modular, organized or for that
  matter logical, so I
  basically re-wrote 85% of the code for the system, BUT not having
  the experience
  in PHP I want to be able to 1 benefit from not having to code to
  do some quick and
  dirty stuff for testing, but also compare how what we have done
  is written to the
  results from this code.  I  consider many things in how I design
  and impliment
  programs that todays programmers don't, like why dump an sql
  result into an array
  because it is easy, when I know that if there are too many
  records returned to the
  array it could lock up a web server, or how efficient modularity
  makes your coding
  along with planning and organized field names, stuctures etc.
  The perfect example is the contractor we hired and his lack of
  experience, we had
  a user database that would be querried for user type,  standard, master,
  administrator etc, well this guy made 5 modules 1 for each type
  of user, and in
  that ALL THAT DUPLICATE CODEstupid.   I rewrote the entire
  module in a simple,
  cleaner and more efficient function which accepts the parameter
  of what client
  type you want.  Now that doesn't make me a PHP guru, it's just
  the right and more
  efficient way to do things, but there are secrets, and more
  efficient ways to do
  things in all languages, and I simply want to see others to see
  how I can benefit
  and learn.
 
  Before you flame at least read the entire message and make sure
  of what the person
  is saying, not just hey give me some code man..
 
  Kurth Bemis wrote:
 
   At 09:08 PM 3/21/2001, Jack Sasportas wrote:
  
   ah - true laziness.this is what gave birth to wysiwyg editors like
   frontpage :-)  do your self a favor and get off your ass and write
code
   like everybody else.  I bet that you use frontpage too. Christ!  if
your
   going to develop then you can't be lazy.  that's it i'm finished!
  
   ~kurth

1) I use Dreamweaver 4.0.  I coded HTML in a text editor for 2 1/2 years.
So I use DW now because its 10x faster, more efficient to design web pages
in.

I then pull the code into a HTML Editor, and tighten up the code.  Make it
perfect.

Don't assume WYSIWYG means bad.  That only makes yourself look even worse.

2) Obviously you are not a programmer.  If you were, you would know that
programmers are in their very nature lazy.  That is why they create
functions, and classes, and use the same code for different scripts.

Before you go flamming someone, think.

One more thing... I find it very hard to code standing up.  So, can I sit
on
my ass and code?

Jason

P.S.  Grammar never hurt.


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]