php4
Magento product imports from csv file
I want to import Magento products from my csv file, but when I import this csv file I get an error like this ( Skip import row, required field \"sku\" not defined) However, I had this field defined 开[详细]
2023-01-18 10:01 分类:问答TikiWiki or similar with php 4
I\'m lookin开发者_运维百科g for content management system/framework to build a website which has some (more or less) static pages, an events calendar and a wiki section, possible adding a forum at som[详细]
2023-01-17 04:22 分类:问答PHP: How to make "Latest visit" count nicer
I have \"Your latest 5 visits\" at the home page of the user when he logs on. It works great without any problem.[详细]
2023-01-15 06:51 分类:问答web service call in php4
I did this code for my own server in php5, but when I tried to deploy it, I found that the test and production server are php4 (my fault!). So I need to now who to convert this to run it in php4.[详细]
2023-01-14 15:18 分类:问答what is the different between this in php?
what is the difference between $totalprice += $product[\'price\'] * $product[\'开发者_JS百科count\'];[详细]
2023-01-13 21:13 分类:问答Using a class in PHP4 and i don't know how to set a method
in PHP 5 it would be class Example { privat开发者_运维技巧e $foo = \"old data\"; public function __construct(){}[详细]
2023-01-13 04:42 分类:问答Porting PHP5 to legacy PHP4, DOMDocument quibbles
I\'m trying to make some of my php5 code work on a legacy server, which unfortunately cannot be upgraded (client\'s machine).[详细]
2023-01-12 11:08 分类:问答php output with sleep()
I\'m trying to run a loop every second for 25 seconds basically. for($i = 0; $i <= 25; $i += 1){ echo $i;[详细]
2023-01-11 01:31 分类:问答Get <p> and <br /> tags positions in HTML
I have to get <p> and <br /> tags positions in whole html code. If I use strpos function, I get only first tag position. Does it possible to make this function greedy or something ? Or may[详细]
2023-01-09 15:47 分类:问答PHP - Question about uploading & uploaded image file
I have read the following tutorial \"Uploading Files To the Server Using PHP\" and have several questions related to the topics.[详细]
2023-01-09 12:08 分类:问答