I need to build a url based on screen width.
The code is below
if (screen.width > 800) {
document.write('');
}
else if (screen.width <= 800) {
document.write('');
}
However, I need to add some parameters to the url dynamically. For example,
...
Not getting success in try to combine Jav
I'm trying to extract the year for a query from a date/time field in MS
Access via PHP.
The data type is Date/Time and formated as Long Integer.
Viewing it in Access "31 December 2003"
Viewing it in PHP without formating "2003-12-31 00:00:00"
I want to create a query based on the year only. I coul
Hi,
I want to delete files than are older than 1 week from a specific directory.
Anyone mind to share their code? Can't anything on phpbuilder on this.
Regards
Nyon
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I am working on a project where the main module (including the security
access/login) is developed using ASP. My module which is in PHP has to read
the security permissions set by ASP (via cookies) to enable users to use it.
How do I go about that? or any other better solutions.
Nyon
--
PHP Gen
I am comparing between this two php-based CMS?
My focus is really
1. the availability of modules/add-ons.
Not too sure, but seems PHPnuke has more add-ons than Postnuke.
2. ease of maintaining a group of contributors/writers
Nyon
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe
I am comparing between this two php-based CMS?
My focus is really
1. the availability of modules/add-ons.
Not too sure, but seems PHPnuke has more add-ons than Postnuke.
2. ease of maintaining a group of contributors/writers
Nyon
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe
Hi,
I have a table that includes 3 columns for day, month and year. Example:
Day, Month, Year
11,Jan, 1974
4,Sep, 1921
...
...
I need to construct a query where users can specify a starting date.
Currently, I stuck in mktime function became of the 1970 epoch problem. It
gives an error for dates b
I can connect to MS-SQL via php. However, the LIMIT keyword is not
supported. Looking
at the archieves, SELECT TOP X was recommended. Works ok, however i need to
specify a start row, ie. Page 1, Page 2.
Any ideas?
Nyon
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system
this is slightly off-topic. I run a nonprofit website where people are
invited to contribute articles, papers, etc.
i'm in search of a system where i can manage all this website maintainence
(backups, restarting servers) and on-going correspondence. in some cases,
they ask me to contact them 2 mont
Hi,
I need to get the time/date (ie. 1 day 12 hours 11 min 4sec) between 2 time
dates.
Can't seem to find any of these functions in the PHP manual.
Thanks
Nyon
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.449 / Virus Databa
Hi,
I got time data from a GPS unit like 054544 which is rollback to 1970s or
something.
Has anyone got script to convert it into current time?
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.449 / Virus Database: 251 - Release
Hi,
Is there a tutorial on how to call COM objects in PHP?
My PHP runs on Windows.
TIA
nyon
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.449 / Virus Database: 251 - Release Date: 27/01/2003
--
PHP General Mailing List (htt
Hi,
I have looked at many examples session-based of login/password system to
protect webpages but can't get it to work. Seems simple but... I have php
and mysql installed in my windows server.
If any kind soul can point me to a working (easy) setup of this task, i
would be most grateful.
Nyon
I am developing a web-based GPS vehicle tracking solution using php.
I'm looking on how php can communicate with a SMSC using Smpp to issue AT
commands.
Development platform is windows 2000.
Thanks
Nyon
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.griso
I want to convert input data below (either from a webpage form or a uploadedtext
file) to a set of
arrays. The final step is to construct SQL statements to be inserted into Postgresql
db (which i can do).
Anyone got sample scripts that does the 1st part.
ID, Name, Telephone
1, John, 34343534
Looking for this file, php_pgsql.dll
running php 4.1.2 on w2k.
anyone where i can find it.
Regards
Nyon
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I been searching for a user authentication codes all night but got no where
with the results.
Therefore, if someone can tell me where to find
1. a user authentication using Mysql
2. don't use cookies.
3. also a logout script.
my os is windows.
TIA
Nyon
--
PHP General Mailing List (http://www.
I am doing an application where users can upload a *.zip file into the
server. Virus and hackers threats are my main concern.
Anyone mind sharing their experiences on how to deal with it. If u suggest
any antivirus, please specifiy the name. the server is on windows platform.
Also, if it's virus,
I want to pass the current url (appearing on the browser address bar), say
http://www.mydomain.com?cat.php=234 to appear in a form field
in the a new page, say category.php.
I am sure it's something to do with HTTP_variables or CGI.referrer but can't
seem to get the one needed.
TIA
Nyon
--
Is there any method to encrypt PHP files.
Nyon
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
20 matches
Mail list logo