badinfluence
Sep 2 2005, 05:00 PM
for3v3r
Sep 2 2005, 05:57 PM
Hi, im noob on this, plus, im Mexican and i dont understand the english, that code can be used with the php ECHO command Example: <?php echo ("THE CODE GOES HERE") ?>, can you tell me what i need to do to get a free hosting?
Comment/Reply (w/o sign-up)
Lozbo
Sep 8 2005, 06:49 AM
QUOTE(for3v3r @ Sep 2 2005, 11:57 AM) Hi, im noob on this, plus, im Mexican and i dont understand the english, that code can be used with the php ECHO command Example: <?php echo ("THE CODE GOES HERE") ?>, can you tell me what i need to do to get a free hosting? Sorry, i dont know about server controls, but Hey compa for3v3r, para que te den jostin' acá en esta madre hay que postear mucho, con cada post que pones te dan 'créditos' con los que 'compras' tu cuenta, necesitas 30 créditos para comprar el hosting de 150 megas, que es el que generalmente la gente quiere, pero junta sólo los necesarios porque una vez que compras tu cuenta, te resetean a 2 créditos. Yo tenía cincuenta y nueve créditos y compré mi cuenta con treinta y nomás me dejaron dos, ulero, pero ni pedro. Chido y suerte. Just advincing my compatriota here, hehe:D Guess this answer does not belong here but if this can help 'for3v3r', i think its good right?
Comment/Reply (w/o sign-up)
Tyssen
Sep 8 2005, 07:02 AM
PHP is one thing and .NET is another - they can both do similar things but the language is going to be different. You're better off asking about a specific example of something and how it can be done in PHP.
Comment/Reply (w/o sign-up)
mike_savoie
Sep 8 2005, 05:41 PM
That link you provided simply describes forms in .net. You can certainly build forms in php. All you really need for a from is html. It all depends what you are trying to do. The server controls in .net are not what they apear to be. Explaining how .net works is a little complicated, if you're interested in learning it I suggest taking a course.
Comment/Reply (w/o sign-up)
arboc7
Sep 9 2005, 12:32 AM
You cannot do anything like ASP.NET forms/server controls with PHP. With PHP, you can only use the normal HTML forms. .NET forms get really complicated, so I don't think they are worth learning anyway, since they don't add too much functionality. Just use the age-old HTML forms with a method of GET or POST to a PHP file. That's all you can do. Hope this helps!
Comment/Reply (w/o sign-up)
michaelper22
Apr 12 2006, 12:19 AM
As most of the above replies highlighted, PHP and ASP.Net wok very differently, and there fore you can't really make an ASP.Net web form in any PHP equivalent. PHP is a somewhat simple scripting language, while ASP.Net is an enterprise grade Web applications platform.
Comment/Reply (w/o sign-up)
Similar Topics
Keywords : Php Aspnet Server Html Component- Php Without Server
- (16)
I have just recently bought a laptop and would like to use PHP for local reasons on it, but I am not
allowed to setu p a local webserver because it would slow down our already crappy internet. Is there
a way for me to run local PHP without using Apache or any other webserver for purely local uses....
Weird Formatting: Embedding Php Into Html
- (10)
Can Php Interact With A Visual Basic App On A Server
- (10)
I am currently making a game. And I want to use a command through php to ineract with a visual
basic app on my server. Is it possible? and how?...
Fabrik Component For Joomla
- (1)
Have anyone successfully made a site applications with fabrik component for Joomla? -
http://www.fabrikar.com/index.php The reason why I downloaded fabrik in first place was to make a
computer service status for my website (localhost) But when I'm running the application, fully
inplenting the options for service tags, i get the error message: Notice: Undefined variable:
_VERSION in C:\wamp\www\components\com_fabrik\fabrik.html.php on line 26 Notice: Trying to get
property of non-object in C:\wamp\www\components\com_fabrik\fabrik.html.php on line 26 Notice:
Undef...
Php And Disabling Html Tags
- how can i do this? (11)
Hello everyone Im TRYING to make a forum and obviously for security i need to disable HTML tags
being used in posts. i know how to use the str_replace() function but to be honest i think id have
to do that for every single tag. I also trued using the html CODE stuff tag but i need to
be able to use the new line tag to make a new line as all the posts are stored as HTML. if this isnt
clear let me give an example: QUOTE NEW POST PAGE > user makes new post and posts it > PHP
PROCCESSOR PAGE MAKES HTML FILE > NEW HTML FILE CONTAINING THE POST > user veiws ...
Dohwow
- 4 my private server (2)
how do i add php into the website im so lost ^^ /sad.gif" style="vertical-align:middle" emoid=":("
border="0" alt="sad.gif" />...
Html Form!
- Using MySQL?! (4)
Hey, I need your help again! I need some good working tutorial how I can update my SQL through HTML
form. I did use some tutorials online found with the help of google; but they do not work properly;
I mean there are still small mistakes. I need to have a good tutorial to follow. It should be
based on security and more things. It has to be done in proper way......
Html Code Tester. Online Script
- (15)
Yes, yes. I have another script that I have written and I am distributing. I am not entirely sure if
this works. I have not tested it yet, but I will later and post back with a demo and fix it up.
Current script: CODE //Save this as something like htmltest.php function CheckForm() {
$html_unsafe=$_POST ; //Gives us our user input $html_safe=str_replace(" //Starts security measures
$html_safe=str_replace("?>"," ",$html_safe); //User input now secure server side //Still security
issues client side echo $html_safe; //echos our statement } //End function //Main script...
Adapting Html Code Embed To Work On Phpnuke
- Help With This Html Code Pls (7)
QUOTE how can get this html code to work on my phpnuke site? what tags would i
have to enable in the $Allowable HTML part of my config.php file?? Edited topic title. Moved to
Programming. ...
How Do I Get The Result To "stick" And Add Html Tags?
- Help please? (14)
$changepage = $_REQUEST ; echo " $changepage "; ?> Okay, I need a way for any
information typed in my textarea to "stick" on the page in which it "posts". Since I am creating a
way for my registered users to decorate their "homepages". So any help, tutorials, etc. would be
greatly appreciated. ^^ Thanks....
File Checker-how To Check File Whith Html Through Html?
- (2)
edit:sorry for the mistake it is php not html and its with not whith my code checking script= CODE
$file = '$CHECK'; if (file_exists($file)) { echo "The file $filename exists"; } else
{ echo "The file $filename does not exist"; } ?> my question is how to check the file whith
html example:on a page a text box is provided and a button the user writes a file name (or website)
the user clicks on the submit button then it checks and show it (with the code above) i got the
code CODE $filename=$_POST ; if (file_exists($filename)) { echo "The...
Html Site With Login
- Is it possible? (2)
Hello. I´m building my own site and I need some help... Is it possible to use a login sistem in php
and mysql database in a html site? ...
Script To Translate Into Bbcode From Html Tags
- (1)
I was wanting to know how to make a form like they use here for the website form. I want to be able
to turn stuff in to bbcode. If you know how or would be willing to write the script for me could
you email me. will@darkzone3.com . I am william to give all credit to who ever makes it. and i can
put a link back to a site if you want. Please be specific with the topic title. "Help" is never a
good topic title. This is explained in our forum rules. Title modified. ...
Php Pages Permission On Apache Server
- PHP pages permission on Apache Server (1)
Hello, I want to know what permissions for PHP pages should be given on Apache web server so that
PHP pages can be executed. If PHP pages are in a folder, what permissions should be given for that
folder? ...
<?php ?> Marking Up With Php
- How to simply add HTML tags with PHP (0)
Just a simple function to mark your queries /smile.gif" style="vertical-align:middle" emoid=":)"
border="0" alt="smile.gif" /> CODE $uzorak = 'Hosting credit'; //use post to get
$uzorak variable $tapeti = "Hosting credits are collected by posting at the forums. The hosting
credits are given after your posts are filtered and depending on its size, you get proportional
hosting credits. Once you get the required credits you can post an application for hosting. One of
our admins will then approve your application after which you can register an account at ht...
Help With Moving Html Form Results To Shopping Cart?
- (3)
Hello All- So I think I'm tackling a pretty big project here and was looking for some help... I
am fairly new to extensive coding (beyond HTML and a little bit of JavaScript) and wanted to know
how I can recall HTML form results on the next page (in a shopping cart) with a price based on the
choices picked in the form. It sounds complicated...look at this example: Check out this page:
http://www.plugcomputers.com/intelprobuild.php See how when the user goes through and picks all
their computer parts a price at the bottom shows the system price based on their sel...
Php Server Time
- (4)
i think i may asked this question awhile back but i never really got it solved. ok..i had a block
that told me the server time info or whatever. and the GMT wus at 00:00 i wanted to change it to
-5:00 but i didnt know how, so how can i change it? im not sure of the codes in the php to change it
to the right GMT time becuase im always gettn the wrong times n day...
Wappyftp V1.00
- upload to server via ftp from your mobile phone :-) (8)
wappyFTP v1.00 by wappy --- site: http://cult.trap17.com mail: admin@cult.trap17.com --- -Welcome
to wappyFTP, with this wap script your users can upload files directly to their server via FTP from
a mobile phone! --- -Its extremley easy to install, open index.php and put the name of your site
instead of YOURSITE.COM -Upload the folder wappyFTP_v1.00 to the root directory of your web server
-Link to it like wappyFTP_v1.00/index.php -Its all done ENJOY --- YOU MAY DISTRIBUTE AND/OR EDIT
THIS SCRIPT BUT DO NOT REMOVE THE AUTHORS NAME! --- ©2006-2007 wappyCULT /tongue.g...
[help]: Php To Html (static) Converter
- I need help to use PHP to HTML Conversion (3)
Hello Guys, I want to use PHP 2 HTML Conversion for my PHP-Nuke CMS And my PHPbb or IPB Forum, but
don't know or does't have any idea about it. If any know about it than please tell me. In
Trap17.com forum PHP to HTML (Static) conversion example is their, you can see it on your Address
bar, Same thing i want to use with my PHP Codes........ Thanks in advance, i am waiting for your
suggestion...
I Need Webmail On My Server
- (so admins on my site can access it) (0)
Right now, if i go to the cpanel of my site, I can access webmail of any of the email addresses I
have. Unfortunatly, I would prefer it if the administrators did not know the password to the
cpanel. I want them to be able to access mail from 1 of the email accounts. I have tried letting
all the admins access the account through their own cliants, but it became a mess, not knowing wich
admins have responded to which emails, because most emails are hosted localy when received by
cliants such as outlook. Then I had the idea of making one page, with webmail on it. Where...
Logging Dowload Files From Your Server Onto A Html File
- (1)
Well, i had the idea of logging the downloads from my web in a html file few weeks ago, and i solved
it with a lil php page included in my homepage. You could name the links with a name like
"download.php?file=filename.ext" and then, in the download.php put the next code: (well you put
the html and head and body tags if u want, i only write the php here) CODE if (isset($_GET ))
$file=$_GET ; //so it gets the GET data from url (file=filename.ext); $ip=$_SERVER ;
$file=fopen('download_log.html','a'); $date=date('d-m-y H:i:s'); $text="
".$...
Parsing Html As Php
- and XAMPP as the server version on Windows (7)
On my Trap17 account here, I have an .htaccess file with the following declaration which (I think)
forces all html files to be parsed by the PHP Parsing engine and therefore I can insert snippets of
php scripts into html files. CODE AddType application/x-httpd-php .html .htm However, when I
add an .htaccess file to the local directory of the version of XAMPP on my local machine, it fails.
I have tried to add the .htaccess file to the htdocs folder and elsewhere, but it still doesn't
work to parse html through the php parser. Any ideas on how to get these htm...
Email Server Help Please
- I need noob detailed help on setting up a email server on windows XP (0)
Hello I would like to say thank you for any help you might give me. I'm new to Apache / PHP and
MySQL I have all them up and running propertly I think. I want to make a PHP online game and I need
to set up an email server so I can have and authincation system. When the player creates an account
I want the computer to email the player a link the have to click on to make there account active.
I have a Comcast 8mbits broadband connection My server is running at http://192.168.1.105 My
PHPinfo file is http://192.168.1.105/phpinfo.php My FormMail File http://192...
Does Gd Use Much Server Ressources?
- (0)
Well, my topic title is pretty descriptive. Does GD use much server ressources, is it heavy to run,
or is it light and flawless just like a normal PHP script? If I use GD much, should the images be
cached? And by the way, I don't know how to cache images. I know how to create them, but I
can't manage to store them in a folder, and then check that folder to see if the file is already
cached. If it's not, the PHP script will create it....
Server Time Help
- (4)
My Webpage If you check here in my site in my Login block called "user info" at the bottom it
tells u the "server time". Well that server time for me is wrong. This is what is displayed QUOTE
Server Time · Time 14:06:53 · Date 19 Feb 2006 · Timezone +0000 The Date is right but the
Timezone and Time are just way off. My Timezone should be -500. What do i have to do to fix this? Is
it in my cpanel or do i have to go edit this block itself??...
Html Within Php Coding
- Is there a way to read HTML Code? (11)
Is there a way to have PHP read a text file, which contains HTML Code, not text to display. This
way i have a simple code in every page, linking to this text file, and then if i'm wanting to
change the code, i only need to change the code in the text file. If that all makes sense?
/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif' /> I get the feeling it
can be done, but the only code i have seen is one that displays the contents of the text files....
Parsing .html Pages
- (9)
This isn't really that urgent but I was wondering, I read somewhere that you can configure you
server to pars all html pages for php code, and I was wondering if that was true, and if trap17 has
that feature enabled?...
Best Php/html
- (2)
I'm wondering what open source converters are out there already. I'm generating legal
documents that require names addresses etc. I want the ability for the end user to modify the base
document whenever they require. I plan to use the TinyMCE WYSIWYG editor to let the users edit each
page. I will populate names and addresses dynamically based on tags in the text. Is there something
good out there that will convert the html to pdf reliably? ...
Executing Scripts Without Include() Function
- php function to execute a script w/o showing html markup (3)
Hi guys. I have another newbish PHP question. /laugh.gif' border='0' style='vertical-align:middle'
alt='laugh.gif' /> Today, I decided to make a new navigation bar for my site. It doesn't look
good because I just started learning Flash today, so I was basically feeling my way around the
application. Anyways, if you use Flash and you try to validate your site at http://w3.validator.org
, you get a lot of errors for some weird reason. So I was thinking about separating the markup for
embed Flash from the rest of the site's source code. The problem with that i...
Html Font Tags In Php
- editing fonts using html? (11)
I have a php script thats is fully written in php (no html at all). Now for my question, how can i
edit the fonts? Ill make it easier to understand, the following is a data script (found the
script): CODE $mese ="-"; $mese ="January"; $mese ="February"; $mese ="March"; $mese ="April";
$mese ="May"; $mese ="June"; $mese ="July"; $mese ="August"; $mese ="September"; $mese ="Octobre";
$mese ="November"; $mese ="December"; $giorno ="Sunday"; $giorno ="Monday"; $giorno ="Tuesday";
$giorno ="Wednesday"; $giorno ="Thursday"; $giorno ="Friday"; $giorno ="Saturday"; $gis...
Looking for php, asp, net, form, server, control, html, component
|
Searching Video's for php, asp, net, form, server, control, html, component
See Also,
|
advertisement
|
|