Search Results

Showing results 1 to 40 of 222
Search took 0.26 seconds.
Search: Posts Made By: evstevemd ; Forum: PHP and child forums
Forum: PHP 3 Days Ago
Replies: 3
Views: 264
Posted By evstevemd
I see Joomla na drupal works well, which one is simpler for mimicking
Forum: PHP 4 Days Ago
Replies: 0
Views: 136
Posted By evstevemd
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
Posted By evstevemd
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
Posted By evstevemd
Are you going to release it to public?
Forum: PHP 7 Days Ago
Replies: 13
Views: 507
Posted By evstevemd
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
Posted By evstevemd
How difficult is learning Smarty, at least comparered to your beloved Rain TPL?
Forum: PHP 9 Days Ago
Replies: 3
Views: 243
Posted By evstevemd
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
Posted By evstevemd
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
Posted By evstevemd
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
Posted By evstevemd
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
Posted By evstevemd
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
Posted By evstevemd
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
Posted By evstevemd
Thanks Atli,
I'm yet to hear from others :)
Forum: PHP 10 Days Ago
Replies: 2
Views: 232
Posted By evstevemd
+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
Posted By evstevemd
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
Posted By evstevemd
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
Posted By evstevemd
Simple XML (http://php.net/manual/en/book.simplexml.php)?
Forum: PHP 13 Days Ago
Replies: 7
Views: 250
Posted By evstevemd
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
Posted By evstevemd
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
Posted By evstevemd
Thanks Naveen
It is very subtle error ;)
Forum: PHP 20 Days Ago
Replies: 21
Views: 1,250
Posted By evstevemd
What about this?

$myfoldername = getcwd()."\\MyBackups";//your folders name
mkdir($myfoldername , 0777);
$handle =...
Forum: PHP 21 Days Ago
Replies: 6
Views: 308
Posted By evstevemd
Cool, case closed
Forum: PHP 21 Days Ago
Replies: 6
Views: 308
Posted By evstevemd
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
Posted By evstevemd
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
Posted By evstevemd
Thanks, I will implents it once I reach at home.
Thanks
Forum: PHP 21 Days Ago
Replies: 21
Views: 1,250
Posted By evstevemd
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
Posted By evstevemd
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
Posted By evstevemd
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
Posted By evstevemd
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
Posted By evstevemd
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
Posted By evstevemd
Thanks :)
Forum: PHP 27 Days Ago
Replies: 10
Views: 405
Posted By evstevemd
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
Posted By evstevemd
This works :)
What was wrong with mine?
Forum: PHP 27 Days Ago
Replies: 10
Views: 405
Posted By evstevemd
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
Posted By evstevemd
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
Posted By evstevemd
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
Posted By evstevemd
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
Posted By evstevemd
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
Posted By evstevemd
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
Posted By evstevemd
That worked, thanks
Showing results 1 to 40 of 222

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC