PDA

View Full Version : Is it possible to add VB.net code to a php file?


2y2d
08-14-2007, 04:00 PM
As im more experienced with vb i would find it easier to make my site work lol

vinyl-junkie
08-15-2007, 04:56 AM
You can have only one server side language per web page. Take your pick -- either PHP or VB.NET, but not both on the same page.

2y2d
08-16-2007, 03:46 PM
ok whats the opening and closing tags ?

vinyl-junkie
08-17-2007, 06:06 AM
ok whats the opening and closing tags ?
Opening and closing tags for what? PHP web pages have opening and closing tags of the PHP script section(s) of your page, of <?php and ?>. ASP.NET can't really be discussed in terms of opening and closing tags, as there is a whole lot more to it than just tags. Please explain your question.