04-14-2023, 10:13 PM
In PHP, say i wanted to make a PHP file do operations to an HTML file. Say I want to store the data inputted from the box into a db, but i have to show PHP what i want to change, and by doing that, i name the list. In PHP would i point to the name? for example here's my tag...
<input type=text name=THIS value=layout width=50px>
and then in PHP i would do
$string=['THIS'];
is this correct, I'm not sure about web page programming, and i need some help
Also, can php understand to point at div tags in html? for example...
<div id=header>
<p>
paragraph here
</p>
</div>
and then in php
$string=['header'];
this last question is kind of off topic, but is helpful to know. Say i wanted to change html text on a page. How would I do that?
thanks for your help
Restored from old drupal forum, for user uid:2687 username:ehcpuser
You may reset your password to access your new account here.
<input type=text name=THIS value=layout width=50px>
and then in PHP i would do
$string=['THIS'];
is this correct, I'm not sure about web page programming, and i need some help
Also, can php understand to point at div tags in html? for example...
<div id=header>
<p>
paragraph here
</p>
</div>
and then in php
$string=['header'];
this last question is kind of off topic, but is helpful to know. Say i wanted to change html text on a page. How would I do that?
thanks for your help
Restored from old drupal forum, for user uid:2687 username:ehcpuser
You may reset your password to access your new account here.