php or js would be great, i cant run asp and im not a great fan of cgi.
thanks
-peej
Type: Posts; User: peejeno; Keyword(s):
php or js would be great, i cant run asp and im not a great fan of cgi.
thanks
-peej
hello all, im looking for a script or web app that will search my website. using search engine that searches for a meta tag, so if the user enters "sports" it would show a list of pages with that...
hello all, does anyone know of a good php search engine script that will search files on my server from there meta tag.
or any anything else.
thanks
-peej
thanks, i got it!
-p
how do i do that?
and why? will my users have to do that before looking at the site, or is there away to get around it?
thanks
-p
hello all, i have this script thanks to DimX,
<script language="JavaScript">
function resizeAndCenter(width, height) {
window.resizeTo(width, height);...
Hi, if any of you know of of a good php file manager that can upload and download files and create new dir, and with no login. styles with css?
thanks
-p
so how do sites liek myspace and hotmail and microsoft do this, there address lines look like this.
and when the user goes back to this website, and starts to type in www.micros.... it wont come...
would a cache setting stop the page from showing in the address bar history?
:confused: :confused:
is there a way to do this server side so that the user couldnt see it.
thanks.
-peej
hi, im am starting to use the graphics g and the paint method in java to just kinds of mess around with. does anyone know a program were i can draw what i want my figuer to look like, and then it...
hi, is there anyway to stop the url from showing in the address bar? i want the main address to show, ex. (www.mysite.com). i have found this to work by using iframes and frames. so i have found that...
hello, does anyone know of a mailling list/newsleter system/script where users can subsrcibe or unsubsrcibe with a form. the newsletter can be HTML or text if user wanted. php, cgi, javascript, but...
thanks DimX, works great! :) :) :)
hey guys, can some help me? i have this script called php mailer, and its great. heres what it looks like
php_mailer.php file:
<?php
function html_mail ($to, $subject, $html_message,...
hey guys, im looking for a script that can resize the window its in, like this
<script language="JavaScript">
<!--
function resize_400x300()
{
window.resizeTo(400,300)
}
-->