View Full Version : server side scripting help
agdurrette
December 12th, 2008, 11:07 PM
How posable is it to make a server server side scripting language like php and a data base like mysql. i want to make my own simple data base that information can be put in and a web page read it.
How can i do that.
Thanks for any help.
Andrew
mssever
December 12th, 2008, 11:14 PM
How posable is it to make a server server side scripting language like php As possible as it is to design any language.
slavik
December 12th, 2008, 11:24 PM
Could you rephrase what you want to do?
I am understanding 2 possible things:
1. Create a web page in PHP and have it add things to a database.
2. Write your own PHP that would be run by apache that will have it's own db and such.
Are you trying to do #1 or #2?
agdurrette
December 13th, 2008, 12:20 AM
Could you rephrase what you want to do?
I am understanding 2 possible things:
1. Create a web page in PHP and have it add things to a database.
2. Write your own PHP that would be run by apache that will have it's own db and such.
Are you trying to do #1 or #2?
Well i want to make my own language and a data base. somthing like php scrript that i can put in a web page and it will display somthing from my own database. like
<!mydb id="name1" !> will read a file (somthing.mydb)
//comment//
<db title="name">
<dbc id="name1">somtin1</dbc>
<dbc id="name2">somtin2</dbc>
<dbc id="name3">somtin3</dbc>
</db>
and display somtin1
slavik
December 13th, 2008, 12:40 AM
so you want to reinvent php and mysql.
unfortunately, I do not have an advice for such task ...
drubin
December 13th, 2008, 01:19 PM
Well i want to make my own language and a data base. somthing like php scrript that i can put in a web page and it will display somthing from my own database. like
<!mydb id="name1" !> will read a file (somthing.mydb)
//comment//
<db title="name">
<dbc id="name1">somtin1</dbc>
<dbc id="name2">somtin2</dbc>
<dbc id="name3">somtin3</dbc>
</db>
and display somtin1
that looks like jsp.
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.