The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

New function to HTML, PHP (edit .js and other extentions)

5 posters

Go down

Add PHP

New function to HTML, PHP (edit .js and other extentions) Left1150%New function to HTML, PHP (edit .js and other extentions) Right11 50% 
[ 4 ]
New function to HTML, PHP (edit .js and other extentions) Left1125%New function to HTML, PHP (edit .js and other extentions) Right11 25% 
[ 2 ]
New function to HTML, PHP (edit .js and other extentions) Left1125%New function to HTML, PHP (edit .js and other extentions) Right11 25% 
[ 2 ]
New function to HTML, PHP (edit .js and other extentions) Left110%New function to HTML, PHP (edit .js and other extentions) Right11 0% 
[ 0 ]
 
Total Votes : 8
 
 

New function to HTML, PHP (edit .js and other extentions) Empty New function to HTML, PHP (edit .js and other extentions)

Post by Kol Vol May 19th 2007, 5:58 pm

As advanced users may know you can make personal html pages completely from scratch.

I would like to use php, simply because it is easy!

The main (and perhaps only) function I would use is

<?
require()
?>

But that on its own is enough to make the HTML obsolete!


Last edited by on May 23rd 2007, 3:37 pm; edited 2 times in total
Kol Vol
Kol Vol
Forumember

Male Posts : 364
Reputation : 30

http://codes.eletronicsboard.com/

Back to top Go down

New function to HTML, PHP (edit .js and other extentions) Empty Re: New function to HTML, PHP (edit .js and other extentions)

Post by Caihlem May 19th 2007, 6:21 pm

Removed 2 of the options, yes is yes, no is no Wink

Otherwise, I voted yes: cool Very Happy
Caihlem
Caihlem
Energetic

Male Posts : 8969
Reputation : 342
Language : English, French & Female
Location : You can't fly like the phenix

Back to top Go down

New function to HTML, PHP (edit .js and other extentions) Empty Re: New function to HTML, PHP (edit .js and other extentions)

Post by Guest May 19th 2007, 7:57 pm

It might be rejected by the technicians but i'm voting yes because we could do with more coding spaces and advances on EB Very Happy
avatar
Guest
Guest


Back to top Go down

New function to HTML, PHP (edit .js and other extentions) Empty Re: New function to HTML, PHP (edit .js and other extentions)

Post by Kol Vol May 21st 2007, 5:56 pm

Mabey they could do java too?

Just speculating!
Kol Vol
Kol Vol
Forumember

Male Posts : 364
Reputation : 30

http://codes.eletronicsboard.com/

Back to top Go down

New function to HTML, PHP (edit .js and other extentions) Empty Re: New function to HTML, PHP (edit .js and other extentions)

Post by Tristou May 21st 2007, 10:22 pm

For technical reasons, you can't add PHP to your pages (and for security reasons) : it's hard to explain from french to english but I'll try to do it : first you need to have an access to the files of your forum and it's not possible. Then, PHP is a server-side scripting language and it's first parsed for the server and then the content (whicjh is in HTML) is send to your browser. That's why we can't have PHP, more tan a security reason, it's technically unpossible, PHP need to be parsed.
Tristou
Tristou
Hyperactive

Posts : 2078
Reputation : 15

Back to top Go down

New function to HTML, PHP (edit .js and other extentions) Empty Re: New function to HTML, PHP (edit .js and other extentions)

Post by Kol Vol May 22nd 2007, 8:22 am

Well seeing as all editboard forums are made of php, you theoretically could write a program (like the one that makes html pages) to do php, couldent you?

Just let us add extentions for example: js. css. php.

I'm absolutly sure you'd allow javascript?
Kol Vol
Kol Vol
Forumember

Male Posts : 364
Reputation : 30

http://codes.eletronicsboard.com/

Back to top Go down

New function to HTML, PHP (edit .js and other extentions) Empty Re: New function to HTML, PHP (edit .js and other extentions)

Post by Eximma May 22nd 2007, 9:42 am

Hello !

As Tristou said, I think the php will be refused for security reasons.

There are too risks for our forums, that's why I vote "no" Wink
Eximma
Eximma
Active Poster

Male Posts : 1358
Reputation : 36
Language : French, English, learning japanese [gave up with german :'(]
Location : France

https://help.forumotion.com

Back to top Go down

New function to HTML, PHP (edit .js and other extentions) Empty Re: New function to HTML, PHP (edit .js and other extentions)

Post by Tristou May 22nd 2007, 4:52 pm

Kol Vol wrote:Well seeing as all editboard forums are made of php, you theoretically could write a program (like the one that makes html pages) to do php, couldent you?

Just let us add extentions for example: js. css. php.

I'm absolutly sure you'd allow javascript?

The forums are made with PHP but as I explained, PHP is first parsed for the server and then, before this "'transformation" all the content become HTML and is send to the browser.

Nothing else is possible New function to HTML, PHP (edit .js and other extentions) Mouais
Tristou
Tristou
Hyperactive

Posts : 2078
Reputation : 15

Back to top Go down

New function to HTML, PHP (edit .js and other extentions) Empty Re: New function to HTML, PHP (edit .js and other extentions)

Post by Kol Vol May 22nd 2007, 5:28 pm

Well what about javascript? That doesn't need to be parsed... you just write it into the html right?
Kol Vol
Kol Vol
Forumember

Male Posts : 364
Reputation : 30

http://codes.eletronicsboard.com/

Back to top Go down

New function to HTML, PHP (edit .js and other extentions) Empty Re: New function to HTML, PHP (edit .js and other extentions)

Post by useme May 22nd 2007, 6:48 pm

If it was possible for us to execute php we could easily destroy the
whole server!!! hahahahah
avatar
useme
Forumember

Male Posts : 79
Reputation : 0
Language : Greek

http://www.cosmopeople.biz/

Back to top Go down

New function to HTML, PHP (edit .js and other extentions) Empty Re: New function to HTML, PHP (edit .js and other extentions)

Post by Tristou May 23rd 2007, 12:22 am

Kol Vol wrote:Well what about javascript? That doesn't need to be parsed... you just write it into the html right?

Putting javascript is already possible but I believe that the js files are not hosted on Editboard.


useme wrote:If it was possible for us to execute php we could easily destroy the
whole server!!! hahahahah

Yes, that's a reason too
Tristou
Tristou
Hyperactive

Posts : 2078
Reputation : 15

Back to top Go down

New function to HTML, PHP (edit .js and other extentions) Empty Re: New function to HTML, PHP (edit .js and other extentions)

Post by Kol Vol May 23rd 2007, 3:36 pm

Well is it possible to host files with other extensions on it? Why don't you make that what this suggestion is all about?
Kol Vol
Kol Vol
Forumember

Male Posts : 364
Reputation : 30

http://codes.eletronicsboard.com/

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum