Description:
------------
On my development server I have a directory:
/var/www/app
containing the file:
menu.inc
dbsettings.inc
and the symbolic links
db_mysql.inc -> /var/export/db_mysql.inc
subdir -> /var/export/subdir
In the directory /var/export:
db_mysql.inc
In the directory...
Description:
------------
On my development server I have a directory:
/var/www/app
containing the file:
menu.inc
dbsettings.inc
and the symbolic links
db_mysql.inc -> /var/export/db_mysql.inc
subdir -> /var/export/subdir
In the directory /var/export:
db_mysql.inc
In the directory...
I have somewhat like the following page:
<table height=100%><tr><th>title</th></tr>
<tr><td>
<div style='overflow:auto; ...'>
PAGECONTENTS
</div>
</td>
</tr>
<tr valign=bottom><td>some copyright info here</td></tr>
</table>
What i want is that if PAGECONTENT gets too large, the div-layer...
I have major troubles using cookies on my website.
the settings in IE are the problem, it seems that first party cookies are blocked. How do I make my cookies so that they are accepted.
Look at this script. First time you use it it show a textarea. When you type something (& submit) it will show how the data will be available for your script.
When you try to enter a ", php changes it to \", for example, he said: "hello world"! will become
he said...
Hi I've got the following script:
if (!isset($a))
{
$a="hello\nworld";
header ("Location: temp.php?a=$a");
}
else echo $a;
this is the whole script but when It runs I get a Internal Server Error. Obviously because PHP.exe screws up somehow.
I figured out that the...
Insert text on cursor in a textarea
This is what i want:
I have one textarea, an textfield (<input type=text>)
and a button (non-submit).
when the button is pushed, the text in the textfield must be inserted into the textarea. But not at the and, but at the cursor position. It wouldn't be...
Insert text on cursor in a textarea
This is what i want:
I have one textarea, an textfield (<input type=text>)
and a button (non-submit).
when the button is pushed, the text in the textfield must be inserted into the textarea. But not at the and, but at the cursor position. It wouldn't be...
I'm making a forum, and i recently introduced some smileys. What I wanted to do is making a new browser window, with some img's. These img's insert a small text like "[SM01]" so my php script can parse the code. But after the click I want to return to my orig. window to type the msg...
I've made a page for a forum with some nice smileys,
I selected 40 smileys and I wanted to build a nice way to present the smileys so the user can click on them. When clicked the text '[SM##]' appears into a textarea. Later, this will be parsed by a PHP Script.
So I made a <SPAN> tag, which is...
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.