El Thursday 15 April 2004 10:28, Arthur Radulescu escribió:
> Hello!
>
>
> This might sound like a stupid question but could anyone recommand a good
> PHP editor...
> I have used some editors until now but each one has some problems...
>
> Right now I am using PHPed which is pretty good but oine of
mmm some points:
1st. Clarity. It's much more clear to me to take a look at a template and
identify a subsituing variable when it's marked as something different like:
{$var} than the uglyness of -and if you follo the recommended way:
2nd. As other users pointed, error handling.
3th. Lac
El Wednesday 14 April 2004 13:33, Chris de Vidal escribió:
> pete M said:
> > Moving our sites to smarty is the best thing we've done at our company...
>
> Just a few weeks ago, I'd have agreed wit' yah, but now I see Smarty as
> mostly (not always) redundant. See my post where I learned that PHP
El Martes, 6 de Abril de 2004 10:13, Burhan Khalid escribió:
> You cannot close the window from within PHP. You have to use client side
> scripting (Javascript).
I've already tried sending :
window.close()
Just after echoing the file, but with 0 success.
--
PHP General Mailing List (http://www
I've already a php function that outputs a file from a folder outside the www
path to a page, but I can't find a way to do this and then close the window
where it was outed. Any 1 can point me in the right direction?
Thanks,
Vicente
--
PHP General Mailing List (http://www.php.net/)
To unsubsc
We had a similar issue ourselves, we finally solved it using htmldoc to build
the pdf from a custom html file. It allows you to explicitly say where you
want to split the document, or to rely upon itself to break the stuff into
pages.
--
6 matches
Mail list logo