Forum: PHP 3 Days Ago |
| Replies: 3 Views: 264 I see Joomla na drupal works well, which one is simpler for mimicking |
Forum: PHP 4 Days Ago |
| Replies: 0 Views: 136 Hi all,
I just fired Mandriva 2010 from my external HDD. I need to run PHP IDE and PHP/MySQL server running. I'm new to Linux so I need guide from you guys
Thanks |
Forum: PHP 5 Days Ago |
| Replies: 3 Views: 264 Hi all,
Back then I was writting my own login/register system and I have halted developing it due to time constraints. I will be happy to resume later. Here I am asking for Open source secure and... |
Forum: PHP 6 Days Ago |
| Replies: 13 Views: 507 Are you going to release it to public? |
Forum: PHP 7 Days Ago |
| Replies: 13 Views: 507 How difficult is CakePHP?
I'm about to dump Aptana because I cannot have code completion for some PHP functions (mysql_based) and also no JQuery intellisense in PHP editor. It turns me off. Have you... |
Forum: PHP 9 Days Ago |
| Replies: 4 Views: 256 How difficult is learning Smarty, at least comparered to your beloved Rain TPL? |
Forum: PHP 9 Days Ago |
| Replies: 3 Views: 243 Thanks ardav. Just curious why do you love Prototype and not JQuery, at least the first in your mind? |
Forum: PHP 9 Days Ago |
| Replies: 13 Views: 507 Its true ardav, but new things comes out and bumping years old forum isn't beautiful |
Forum: PHP 9 Days Ago |
| Replies: 4 Views: 256 Hi guys,
its me again. How do you write templates for your sites (without template engine)? Pure php or what? I want to hear how you do it |
Forum: PHP 9 Days Ago |
| Replies: 3 Views: 243 I know you would say ask to JS/AJAX forum! Don't worry, it isn't about codes, it is curiosity. I wan't to know if I can do Ajaxing using JQuery and PHP without writting all Ajax functions myself :)... |
Forum: PHP 9 Days Ago |
| Replies: 13 Views: 507 starting with myself:
I use Aptana for now but I don't like the way PHP/JS/HTML/CSS are dis-integrated (PDT??). I'm thinking to go back to Netbeans PHP
My favorite JS library is JQuery. It happen... |
Forum: PHP 9 Days Ago |
| Replies: 13 Views: 507 I'm just curious to see what are favorite PHPers in terms of the following:
1. What is your favorite IDE (If you can tell why you love it, it will ice the cake)?
2. What is your favorite JS/PHP... |
Forum: PHP 10 Days Ago |
| Replies: 3 Views: 270 Thanks Atli,
I'm yet to hear from others :) |
Forum: PHP 10 Days Ago |
| Replies: 2 Views: 232 +1 for PHPBB. If doesn't satisfy you, either code one or buy one like vbulletin |
Forum: PHP 11 Days Ago |
| Replies: 4 Views: 243 First, help me isn't good for heading. Please use something that explains a proble like "Help me find errors in this code". Also explain a bit what does you want to accomplish |
Forum: PHP 11 Days Ago |
| Replies: 3 Views: 270 Hi all,
I plan sometime to jump into IT business. I plan some tools that I will need. I will go for web as well as Desktop. So far I know that I need to know HTML/CSS/PHP/Javascript and hence I... |
Forum: PHP 13 Days Ago |
| Replies: 15 Views: 474 Simple XML (http://php.net/manual/en/book.simplexml.php)? |
Forum: PHP 13 Days Ago |
| Replies: 7 Views: 250 start from scratch is the best option. Just begin with basic needs and build more options as you go. That is what I have learned to do |
Forum: PHP 19 Days Ago |
| Replies: 21 Views: 1,250 Glad I was of help!
Tell your friends about Daniweb.
Don't forget to mention Naveen ;) |
Forum: PHP 20 Days Ago |
| Replies: 21 Views: 1,250 Thanks Naveen
It is very subtle error ;) |
Forum: PHP 20 Days Ago |
| Replies: 21 Views: 1,250 What about this?
$myfoldername = getcwd()."\\MyBackups";//your folders name
mkdir($myfoldername , 0777);
$handle =... |
Forum: PHP 21 Days Ago |
| Replies: 6 Views: 308 |
Forum: PHP 21 Days Ago |
| Replies: 6 Views: 308 Have you tested it? I can mark it if you testify. Otherwise I need to go and test and re-post the problem if any
Hope you understand what I mean |
Forum: PHP 21 Days Ago |
| Replies: 21 Views: 1,250 What error does it give (whole error)?
I'm not having any server to try so I just user a theoretical. I guess I needed to put \\ instead of \
Try this:
$myfoldername =... |
Forum: PHP 21 Days Ago |
| Replies: 6 Views: 308 Thanks, I will implents it once I reach at home.
Thanks |
Forum: PHP 21 Days Ago |
| Replies: 21 Views: 1,250 try something like this
$myfoldername = "backup";//your folders name
$handle = fopen(getcwd()./.$myfoldername.'db-backup-'.time().'-'.(md5(implode(',',$tables))).'.sql','w+'); |
Forum: PHP 21 Days Ago |
| Replies: 21 Views: 1,250 try something like this
$myfoldername = "backup";//your folders name
$handle = fopen(getcwd()./.$myfoldername.'db-backup-'.time().'-'.(md5(implode(',',$tables))).'.sql','w+'); |
Forum: PHP 21 Days Ago |
| Replies: 6 Views: 308 Hi Guys,
I want to be generating random quote of the day.
I want it to be so random and not repeating itself the same quote
What is the trick (If code exclude simple db stuffs like mysql_connect... |
Forum: PHP 23 Days Ago |
| Replies: 6 Views: 337 Have you checked aptana studio? It is great!
I agree with you on not using IDE, but I will add if you are dealing with small project. For big projects, IDE is unavoidable or it will cause many... |
Forum: PHP 23 Days Ago |
| Replies: 6 Views: 337 did you tell NetBeans to create that file for you while creating new project? Yes Check for existence of that file. But adding file and naming it index.php will do the job! |
Forum: PHP 26 Days Ago |
| Replies: 10 Views: 405 |
Forum: PHP 27 Days Ago |
| Replies: 10 Views: 405 The first query was for purpose of testing limit
The second one is the actual query
Thanks guys |
Forum: PHP 27 Days Ago |
| Replies: 10 Views: 405 This works :)
What was wrong with mine? |
Forum: PHP 27 Days Ago |
| Replies: 10 Views: 405 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'INNER JOIN vitabu ON kiswahili.Book=vitabu.Book LIMIT 31' at... |
Forum: PHP 27 Days Ago |
| Replies: 10 Views: 405 I have afunction to retrieve data and it gives error.
Please correct me!
public function getswachapter($book, $chapter){
//SELECT * FROM table1 INNER JOIN table2 ON table1.id=table2.id; ... |
Forum: PHP 28 Days Ago |
| Replies: 1 Views: 296 Check these and see if they answer your question ;)
http://devzone.zend.com/article/688
http://php.net/manual/en/book.simplexml.php |
Forum: PHP 29 Days Ago |
| Replies: 12 Views: 530 Thanks guys, I have got alot from you :)
feel free to add any information you wish on subject, but thread is solved |
Forum: PHP 30 Days Ago |
| Replies: 12 Views: 530 Thanks guys for inputs. It seems to me that there are many ways of doing the same :)
What do you guys suggest, suppose you were to do it? |
Forum: PHP 30 Days Ago |
| Replies: 5 Views: 559 PHP is capable of that in few lines if you do it manually. Also you can automate the task using Task Scheduler (Win) or crontab (*nix)
That smells like C++... |
Forum: PHP 30 Days Ago |
| Replies: 7 Views: 354 |