hi duncan
i have to do this job for a client in a week or so
im sure its possible . ill start at it in a while
n ill let u no whatever it is k ?
good luck
toby
--- Duncan <[EMAIL PROTECTED]> wrote: > Hi All,
>
> Is it possible to create a page where visitors can for example
> submit
Hi
I get this error in a login page I've created. I am using root for testing
purposes only on localhost, but it keeps comming up with access denied.
I am wondering if this is a Windows 2000 permissions problem or are new
users denied in MySQL? Any idea?
Regards, PJ
Warning: mysql_connect() [fu
Cybot, try this
function string_dryclean($dirtystring) {
$cleanstring = str_replace("\n", " ", $dirtystring);
$cleanstring = trim(str_replace("\t", " ", $cleanstring));
do {
$cleanstring = str_replace(" ", " ", $cleanstring);
} while (strpos($cleanstring, " ") > 0);
return $cleanstring;
}
Hi there =D;
i got the following problem:
When i want to use variables in URLs
for example:
http://192.168.0.1/Treff/index2.php?site=events
i got this error:
Warning: main(.php) [function.main]: failed to create stream: No such file
or directory in c:\stuff\homepage\treff\index2.php on line 34
äÁèÃÙéàËÁ×͹¡Ñ¹¹ÐÇèÒmailÍѹ¹ÕéÁѹÁÒä´éÂѧä§
áµè㹶ҹзÕèàÃÒà¤ÂÍÂÙèÍѧ¡ÄÉÁÒ¡è͹
àÃÒÃÙéá¤èÇèÒ¾ÕèâºÇì´Ù¶Ù¡¤¹¨¹¹Ð
ÍÂèÒ§àÃÒ¡éÍà¤Ââ´¹
µÍ¹àÃÒä»·Õè¹Ñè¹ãËÁèæÁÕ¾Õ褹¹Ö§à¤éÒÁҪǹàÃÒä»à·ÕèÂÇ
¾Õè¼ÙéËÔ§¹Ð à¤éÒàÅèÒÇèÒà¹Õ褹ª×èÍâºÇì¹Ð¹èÒÃÑ¡ÁÒ¡àÅÂ
¤¹¨ÕºàÂÍÐÁÒ¡ àÃÒ¡éÍÍÂÒ¡à¨Í
àź͡ãËé¾Õèà¤éÒ¾Òä»à¨Í˹èÍÂÊÔ
âËà¨Í¤
php-windows Digest 31 Jan 2003 22:32:37 - Issue 1565
Topics (messages 18263 through 18279):
Re: SQL SERVER TRUSTED CONNECTION HELP
18263 by: Sean Malloy
Re: SSI, SHTML and PHP, INCLUDES...
18264 by: Radovan Radic
18278 by: Dash McElroy
Re: Turn on Error Messages
Or
Search
Add
imo: tag isn't standard HTML..
I would go with:
-Original Message-
From: Tobias Brandl [mailto:[EMAIL PROTECTED]]
Sent: Friday, 31 January 2003 11:26 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] Wierd Windows Problems
this is a submit button.. so you sta
Check this out:
http://www.php.net/manual/en/function.virtual.php
That just very well could be what you need. Otherwise, you may have to
rewrite your stuff. Keep in mind Apache 1.3.x can only process one file
via one 'addtype' thing. Apache2 has support for more that one 'filter',
but I have not
Hi Tom,
Thanks for you help, got it to work with :
php_flag register_globals on in a .htaccess file in the directory`s that
need the register globals on.
Best regards,
Davy Obdam
mailto:[EMAIL PROTECTED]
Tom Rogers wrote:
Hi,
Friday, January 31, 2003, 10:42:42 AM, you wrote:
DO> Thanks for y
My home machine (which has the same version OS and IE) doesn't have any
problems either, just my work machine..
"Jammy Hall" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I running Windows 2000 w/SP3 and IE 6 w/SP1 and I can't get pages using
PHP
> to show u
I've seen an identical effect (pages load, but don't show anything) due
to a websidestory filtering somewhere in the network outside of the web
server. In the server i must work with this setup, when i've an error in
html or javascript, i get an empty page which have my content (with
luck)... a
This is a PHP helplist. You are not supposed to send in questions unless it
is your website and/or PHP related. The page loads fine for me and I am on
Windows XP with SP1 installed. I suggest you check your browser/firewall
settings, as it is known that some firewalls can cause issues with websites
i can see no problem
in WinXP with IE 6sp1 or Mozilla
Jammy Hall wrote:
The link is:
http://dynamic5.gamespy.com/~perfectionist/PSite/modules.php?name=NukeWrap&p
age=http://dynamic5.gamespy.com/~perfectionist/PSite/perfectextra/html/Tutor
ial_Basic.html
And the "View Source" is attached..
"
is there no more complicated solution for this? ;-)
nothing for bad!
B.A.T. Svensson wrote:
Something like (not tested and compiled - please find the bugs :))
will remove white space dups:
char *TrimInString(char *pzWashMe)
{
if (!pzWashMe) return NULL;
register char *pzMarker = pzWashMe;
Dash McElroy wrote:
You are referencing the variables properly on the first if line, but then
you're calling $var1 and $var2 w/o using $_GET. Add that or do this:
$var1 = $_GET['var1'];
$var2 = $_GET['var2'];
You may also want to use !isset($varname) instead of checking to see if
the variables a
At 1/31/2003 08:51 AM, you wrote:
Hi all
I would like to ask you how can I generate PDFs on the fly since I
tried all the stuff around. I cannot make it work even when using the
examples provided. The problem seems to affect both cpdf and pdflib.
The fact is that says that I cannot see the f
A problem that I ran into with pdf's was while using sessions. If you use a session
be sure you call session_write_close() before sending the first headers for the pdf.
What is your webserver configuration. OS,Webserver, version,php version, cgi,
isapi
Charles
Windows 2000 Server,
Hi all
I would like to ask you how can I generate PDFs on the fly since I tried all the
stuff around. I cannot make it work even when using the examples provided. The problem
seems to affect both cpdf and pdflib.
The fact is that says that I cannot see the file because it isnt available.
this is a submit button.. so you start something..
so why do you do like this:
and
this should work fine...
"Chris Deam" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Okay, you are correct about the coding practices, but this is not really
> he
The link is:
http://dynamic5.gamespy.com/~perfectionist/PSite/modules.php?name=NukeWrap&p
age=http://dynamic5.gamespy.com/~perfectionist/PSite/perfectextra/html/Tutor
ial_Basic.html
And the "View Source" is attached..
"Jammy Hall" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[E
You can put this line in your script:
error_reporting(E_ALL);
or some other combination
"Christoph Grottolo" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> [EMAIL PROTECTED] (Wade) wrote:
>
> >01302003 1407 CST
> >
> >How do you turn on error messages in your P
Hi
Sorry, i am not here to answer. I just wonder how this message
SSI, SHTML and PHP, INCLUDES...
got under the thread:
Re: Flow diagrams.
Does this happen to someone else?
Radovan
"Leo G. Divingracia III" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> have
SQL Server is set to "Windows Only" authentication mode.
You can set it to "Windows and SQL Server" mode, by opening Enterprise
Manager, right clicking on the server, choosing Properties | Security, and
set it to "SQL Server and Windows" rather than "Windows Only" mode.
-Original Message
php-windows Digest 31 Jan 2003 09:54:37 - Issue 1564
Topics (messages 18241 through 18262):
What are the PHP Best Practices in virtual Server environment?
18241 by: Mark Thornton
Re: Register globals on and off
18242 by: Dash McElroy
18258 by: Davy Obdam
getimagesiz
use the 'view source' to see what information is being passed to browser.
otherwise post more information about your configuration, address used to
access the file, contents of php file etc.
regds,
-Original Message-
From: Jammy Hall [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30,
25 matches
Mail list logo