Hi,
How can I present into pages the result of sql select? (e.g. pages of 10
records)
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thanks so much Mirco, but I would appritiate that very much if I had
some examples. I'm not so keen in php, so some things seem to be complex
for me. I downloaded OSCommerce but the script pages aren't so simple
for beginning...
So if you have something (code/url of examples) about this type of
enc
Hi,
I had a simmalar problem myself and didn't find a solutions.
As far as I fond out the ssl_proxy module simply does not route POST. It
just routes the link, wich means GET should work.
My solutions would be that I bypass the proxy for file transfer.
I you find another solutions I would be gl
HI,
If I may say something to all you have posted.
You are thinking to complex. Try to use as less files and solve most by
making yourself functions or classes that do your work.
I My experience, getting a step back in complexity and develp really thought
over functions will easy work work furth
HI,
I totaly agree to Jaspers answer.
Thats why I use ONE jumpto script and GET.
I usually encrypt the given Values I give over to the script and decrypt
them on recive. That way nearly nobody can assume wich values are really
given to the script.
If you want to make it rocket safe, generate a
xkorakidis wrote:
Webmaster, thanks very much but I think it would be safer to do that by
post, not by get. Furthermore, if I use indivudual files
It is a fallacy to ever tell someone that POST is safer than GET. They
both transmit data in plaintext and it should not be assumed that either
is
Reading this, a question arose me: is it possible to read a shared memory
area with php, supposing than both programs are in the same machine? does php
support ipc? that would be greatly useful.
yes.
http://us3.php.net/manual/en/ref.sem.php
Mariano.
James Benson wrote:
Each has its ow
Alex Alfonso schrieb:
> echo "";
echo "space";
*g*
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hello again, some extra info on my case:
the fwrite is completely fine, when fopen is in 'a' mode!
Thus leading to a temporary workaround like this:
$file = "/wwwroot/file"
$countt = explode(".", fread(fopen($file,"r"), filesize($file)));
$count=$countt[1];
$count++;
$handle=fopen($file,"a");
ftr
Hello,
First of all sorry for my english, trying my best :]
The story is: I'm running a small webserver and to monitor the amount of
people going trough my pages, I've made a simple counter (storing the
data in a text file), no matter the details, the important thing is that
it WORKED just th
try 0777 instead of 777
http://php.net/chmod
ganu ullu wrote:
Hello all,
I have created a new dir, with php code .. which is like that
function mkDirE($dir,$dirmode=777)
{
if (!empty($dir))
{
if (!file_exists("./microsite/".$dir))
{
preg_match_all('/([^\/]*)\/?/i', $dir,$atmp);
$base="";
Ahmed thanks for your comments,
the situation is that before calling "searchMember.php" or
"searchProduct.php" or other, I need to give to user an interface where
a message like "insert the Product/Member/Order Id", then when he
inserts and presses "find" the appropriate "searchSomething.php" page
Webmaster, thanks very much but I think it would be safer to do that by
post, not by get. Furthermore, if I use indivudual files
("searchProductInsertId.php", "searchMemberInsertId.php"...), I think it
is easy: in each link of the menu I can type:
Search,
Search etc.
But, due to the fact that the h
Has anyone used PHP to communicate with Darwin Streaming server ?
if so, how can you get the number of connected users and other
related info.
Does not seem to be a lot of info on this out there
anyone been down this road ?
g
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe,
I totally missed that explanation on w3c.
Thanxs, now it works
/Erik
Rob wrote:
Erik Franzén wrote:
I did a typo in the threads post.
The dtd is:
but it gives the warning when DomDocument::validate() is called:
Warning: Syntax of value for attribute S_iSectionId of
CMAES_Model_DbSec
Try this:
--
Anas Mughal
On 11/19/05, Alex Alfonso <[EMAIL PROTECTED]> wrote:
>
> Can you please tell me how to make a space in php. I know that is a
> new line and is a new paragraph. But I just can't figure out what an
> earth a space is. Eg
> echo "Television viewers who turned to";
On Sat, 2005-11-19 at 03:55, Raz wrote:
> Jeez! You'd hate to work on a project with me then! All those cycles
> I'd waste! Har har ;)
I don't think it really matters these days anyways :) I imagine the
compile caches optimize strings... but I could be wrong.
Cheers,
Rob.
--
.--
Khorosh Irani wrote:
Hello
How I can compile a php code that is stored in a database when the programm
is running?
Thanks
eval
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Alex Alfonso wrote:
Can you please tell me how to make a space in php. I know that
is a new line and is a new paragraph. But I just can't figure
out what an earth a space is. Eg
echo "Television viewers who turned to";
echo "";
echo $_POST['word1'];
?>
Can you please tell me what a space is.
Hello,
inside a SSL host, I use the SSLProxyEngine to connect encrypted to another
server:
SSLProxyEngine on
ProxyPass /server2 https://server.intranet/mysite
ProxyPassReverse /server2 https://server.intranet/mysite
There lies a PHP script for file uploads. When I connect to
https://server.int
Hello
How I can compile a php code that is stored in a database when the programm
is running?
Thanks
Erik Franzén wrote:
I did a typo in the threads post.
The dtd is:
but it gives the warning when DomDocument::validate() is called:
Warning: Syntax of value for attribute S_iSectionId of
CMAES_Model_DbSection is not valid in
I did a typo in the threads post.
The dtd is:
but it gives the warning when DomDocument::validate() is called:
Warning: Syntax of value for attribute S_iSectionId of
CMAES_Model_DbSection is not valid in
Jeez! You'd hate to work on a project with me then! All those cycles
I'd waste! Har har ;)
On 19/11/05, Robert Cummings <[EMAIL PROTECTED]> wrote:
> On Sat, 2005-11-19 at 03:35, Raz wrote:
> > Or " "
>
> Oh no, don't interpolate your space... that's just plain wasteful of
> cycles.
>
> *lol*
>
>
On Sat, 2005-11-19 at 03:35, Raz wrote:
> Or " "
Oh no, don't interpolate your space... that's just plain wasteful of
cycles.
*lol*
Rob.
--
..
| InterJinn Application Framework - http://www.interjinn.com |
:
Or " "
On 19/11/05, Raz <[EMAIL PROTECTED]> wrote:
> Try
>
> On 19/11/05, Alex Alfonso <[EMAIL PROTECTED]> wrote:
> > Can you please tell me how to make a space in php. I know that is a
> > new line and is a new paragraph. But I just can't figure out what an
> > earth a space is. Eg
> > > ech
Try
On 19/11/05, Alex Alfonso <[EMAIL PROTECTED]> wrote:
> Can you please tell me how to make a space in php. I know that is a
> new line and is a new paragraph. But I just can't figure out what an
> earth a space is. Eg
> echo "Television viewers who turned to";
> echo "";
> echo $_POST['wor
Can you please tell me how to make a space in php. I know that is a
new line and is a new paragraph. But I just can't figure out what an
earth a space is. Eg
";
echo $_POST['word1'];
?>
Can you please tell me what a space is.
Alex Alfonso
[EMAIL PROTECTED]
28 matches
Mail list logo