Hi Asif, You must give more details of what you are working with. Are you using a content management system? Does your site already support multiple languages?...
hi.... The site is already built....and i have to add 7more new languages... it is using CMS upto 10 % the remaining is full PHP site.. And .po and .mo files...
Hi All, visit http://phpcoder.cjb.net PHP MYSQL Help and forum available.. Best Regards Anil Paul [Non-text portions of this message have been removed]...
Anil Paul
anilpaul@...
Mar 1, 2006 5:46 pm
3350
Hi.. I was given a work on typo-3 content management system in PHP...In everywhere I have seen that this cms has been manipulated with PHP version 4...Now I am...
Hi.. I was given a work on typo-3 content management system in PHP...In everywhere I have seen that this cms has been manipulated with PHP version 4...Now I am...
Hi, Anyone has an example of XML and PHP? Like example from a database to be exported as RSS 1.0 & 2.0 then a parser to display in a website? Like example from...
Hi Most of the web sites offer a downloading options ( As we see in most of the CMS ). On selecting a file, it asks where to download the file. I have tried...
hi folks, I need to provide a worldpay gateway, for a online exam reservation, i need to take the user as soon as his payment is over. How best can I integrate...
Hi ppl, Help! Iam trying to look for ways how to search inside an XML document like searching a database that has a select statement in SQL? thanks in advance ...
i have used http://rss2php.sourceforge.net/ using it as a great example for every part of php and mysql intergration, it's a 2 part system and works really...
thanks.... but how can i parse something i dont know the formating? is there a way to know it? for example the images how would i know that it is from the tag...
does anybody have been try this PHP accelerator? http://pecl.php.net/package/APC is it work for PHP that installed as FastCGI or CGI? thanks -- Markus...
Markus Hardiyanto
markus@...
Mar 3, 2006 9:59 am
3361
Hello, A lot of times,you have seen softwares that take your hotmail username and password as input and open ur email inbox in their own interface.e.g outlook...
Here's a discussion that seems to cover what you are looking for: http://www.experts-exchange.com/Networking/Q_20423673.html Good luck -jmb...
Jeff Bennett
JBennett@...
Mar 3, 2006 5:16 pm
3363
hi. i'm developing a cms... and know i am in the need of internationalizing the content... which means, to give the user the power to translate the same...
hi, there is no need to create extra table. only add one field for language id in each table. u have to add data for each language. thanks & regards jiten ... ...
i have a plesk installed windows server. it works fine i try to setup my administration site in port :1923 . i add this site from IIS (not plesk). and upload...
thanks mike! Jiten... that would be a severe problem. Because i need to add "n" languages... if my costumer wants german and english then its alright.. but if...
something else about internationalizing php applications. a friend told to use the UTF-8 charset... what charset should i use for my mysql collation? i was...
please look for the option that load the extension in php.ini---------php_mycrypt.dll and make sure that dll is available in ur /ext directory and also the...
just go through header() manual from php.net which describes how to force the browser that clicks a link or access ur page.In header field place the ...
Here is what you need to use (Directly from php manual): <?php // We'll be outputting a PDF header('Content-type: application/pdf'); // It will be called...
Mert, Every site in IIS has its own listing of mimetypes/file extensions... it is entirely possible that php was not associated with the new site when you...
Hi ppl, Anyone knows how to get the total query time in mysql using php? Like given: SELECT * FROM tbl_country ; the query result will come out then the time...
Hi Junaid, I haven't done this in PHP, but you are right in what you say. Here is an example in Java. You should be able to find equivalent objects/methods in...
Hi Marco, I found a solution at: http://www.phpbuilder.com/board/archive/index.php/t-10260886.html <!-- put this at the top of the page --> <?php $mtime =...