ok, try to follow along with me. i have a .php page that you manipulate (text boxes, check boxes, etc.). this page is submitted to another .php page, updates a file, and immediately returns to that original page with the updated specs. now, when the back button is clicked, it takes you back to...
is it possible to redirect the user to a different URL to a page other than the previous page when they click the back button? thanx in advance.
wazilian
King of Wazil
what are the different ways of finding the previous page in php? meaning is it in a register global, another php function that i'm not aware of? thanx in advance.
wazilian
King of Wazil
anyone ever replace just one line in a file with php. i haven't seen anything out there or any built-in functions that could do this. what i'm looking for is something that replaces a line with another. thats it. something like replace_line(current line, new line); you give it the line string...
i have installed php 4.3.2 and apache 2.0.45. everything seems ok, except that when i pass name elements from a html file to a php file, the variable has no value. any ideas?
html:
<form name="index" action="action.php" method="post">
<select name="freq">...
does anyone know if there is a version of apache for embedded applications? like something that is just the bare bones of apache. thanks.
wazilian
King of Wazil
i have a app that i want to run as windows starts up, runs in the background, and is not seen by the user (i.e. is not seen in taskbar or system tray). its ok if it shows up in task manager. anyone have a solution for this. i wrote the code in visual c++, now i would like the .exe to run in the...
what does the "<>" mean in vba? for some real messed up reason, i can not remember for the life of me. tgif. thanx in advance. wazilian
King of Wazil
The ASP script(JavaScript, not VBScript) at the bottom gives me the following error for the JMail.FromName, JMail.AddRecipient, and JMail.Execute. Any thoughts. Thanx.
Microsoft JScript runtime error '800a01b6'
Object doesn't support this property or method
JMail =...
lets say i have a master parts list in one workbook and multiple workbooks that have links from the master parts list, is there a way to update any links to the other workbooks if i change a value in the master parts list, without opening each of the other workbooks? meaning, can i select...
ok, we just switched our web host and they don't support php which is what all our server side scripts were written in. can perl/cgi handle action "post" from an html "form", apply the data in the form to be sent in an email to us, and submit an html page back to the user...
anyone ever configure or know how to configure a cisco 1760 access router for dsl using pppoe? i've tried looking it up on cisco's website, but thats like looking for a needle in a haystack. thanx in advance. wazilian
King of Wazil
how would i gray out(or read-only) a checkbox on page load and only allow the user to select the read-only checkbox if the user selected another checkbox first.
it could be used for something like this....
are you 18?
if so, do you have a license?
if you understand that. thanks...
how can i use CSS to align the text in a <td> tag. i've used the following...
td {
text-align: right
}
...but it doesn't work. i've tried everything. can anyone help? thanks in advance. wazilian
King of Wazil
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.