Search Results

Showing results 1 to 40 of 1000
Search took 0.07 seconds.
Search: Posts Made By: evstevemd
Forum: PHP 3 Days Ago
Replies: 9
Views: 200
Posted By evstevemd
You forgot $ sign
Try this:

<?php

$root=$doc->createElement('subscribers');//inserted $ sign

?>
Forum: C++ 3 Days Ago
Replies: 5
Views: 183
Posted By evstevemd
Thanks niek_e,
I'm going to devour that right now :)
Forum: C++ 3 Days Ago
Replies: 5
Views: 183
Posted By evstevemd
polite BUMP :)
Forum: Python 3 Days Ago
Replies: 0
Views: 176
Posted By evstevemd
Hi All,
is there a trick in wxPython to skin application to look like this one?
What are pros and cons if any?
Take a look Here...
Forum: Python 4 Days Ago
Replies: 2
Solved: Center Text
Views: 217
Posted By evstevemd
GUI or Console?
If GUI which one? In wxPython, wx.ALIGN_CENTER would do the Job
Forum: Python 4 Days Ago
Replies: 3
Views: 136
Posted By evstevemd
You can check Visual Python
www.vpython.org
Forum: PHP 4 Days Ago
Replies: 4
Views: 141
Posted By evstevemd
I'm glad I'm of help :)
U're Welcome
Forum: Python 4 Days Ago
Replies: 11
Views: 242
Posted By evstevemd
You are a genius Paul :)
Forum: Python 4 Days Ago
Replies: 11
Views: 242
Posted By evstevemd
Paul you are a genious
Forum: PHP 4 Days Ago
Replies: 109
Views: 3,244
Posted By evstevemd
I will appreciate to see your conclusion on the matter before thread marked solved!
Forum: Python 4 Days Ago
Replies: 11
Views: 242
Posted By evstevemd
your current code? Please post it!
Forum: Python 4 Days Ago
Replies: 3
Views: 136
Posted By evstevemd
please use code tags for making your code readable and preserve indentation
Forum: C++ 4 Days Ago
Replies: 5
Views: 183
Posted By evstevemd
Yep! I have never had problems with standard wxWidget library, but rather additions like wxSQLite3



True, but many don't. So I would like to know how to setup such libraries like lame_enc.dll...
Forum: Python 4 Days Ago
Replies: 11
Views: 242
Posted By evstevemd
Oops!
Multiple Post :cry:
Forum: Python 4 Days Ago
Replies: 11
Views: 242
Posted By evstevemd
Here is a tip:
Before the for Loop
>> readlines
Then loop into all lines using for loop
>> replace each occurrence of dot with space (or whatever you like)
>> write it to the new file
Here is...
Forum: PHP 4 Days Ago
Replies: 7
Views: 158
Posted By evstevemd
You are welcome buddy :)
Forum: Python 4 Days Ago
Replies: 5
Views: 186
Posted By evstevemd
Try this and hack it!

j = 0
for i in range(2, 9):
j = pow(i, 2)+j
print "The Final result is %d" %(j, )


BTW this is Python 2.x
Forum: Python 4 Days Ago
Replies: 5
Views: 186
Posted By evstevemd
Try this and hack it!

j = 0
for i in range(2, 9):
j = pow(i, 2)+j
print "The Final result is %d" %(j, )


BTW this is Python 2.x
Forum: PHP 4 Days Ago
Replies: 4
Views: 228
Posted By evstevemd
alert("Field XYZ is empty, please Fill it out!");
You, just make a JavaScript function to handle validation and only allow to submit when things are ok. That will do relieve a server also
Forum: PHP 4 Days Ago
Replies: 2
Views: 180
Posted By evstevemd
Since any echo before redirect will cause error, then I think there is some sort of buffering and then redirect while using timer

Mhh! Completely theory that I don't know its validity ;)
Forum: PHP 4 Days Ago
Replies: 3
Views: 139
Posted By evstevemd
Try this (I didn't test it)

$user_name = mysql_query("SELECT * FROM users WHERE username = {'$Entered_UserName'} AND password = '{md5($Entered_PassWord)}' ");

$user_name_password =...
Forum: PHP 4 Days Ago
Replies: 4
Views: 141
Posted By evstevemd
$res = mysql_query("SELECT firstname, lastname FROM mytable");
while($row = mysql_fetch_assoc($res)){
echo "My First Name: ".{$row['firstname']};
echo "My Last Name: ".{$row['lastname']};...
Forum: PHP 4 Days Ago
Replies: 9
Views: 200
Posted By evstevemd
Have you heard of SimpleXML with PHP 5?
Check it, and I'm sure you are going to enjoy it!
http://php.net/manual/en/book.simplexml.php

http://devzone.zend.com/article/651
Forum: PHP 4 Days Ago
Replies: 7
Views: 158
Posted By evstevemd
you have beaten me Ardav :)
Forum: PHP 4 Days Ago
Replies: 7
Views: 158
Posted By evstevemd
Sure, very possible!


Just query database names or whatever and assign it to a variable. Then pass it as an argument to PHP function for making DIRs


You are welcome ;)
Forum: PHP 4 Days Ago
Replies: 109
Views: 3,244
Posted By evstevemd
Whoops! I didn't provide a link; Here it is
http://www.daniweb.com/forums/post951182.html#post951182
Forum: PHP 4 Days Ago
Replies: 4
Solved: xampp
Views: 203
Posted By evstevemd
CWarn, that query is kinda confusing to a newbee, or it would at least have confused me at that stage. I think this one is simple to understand
"INSERT INTO employees(FirstName, LastName)...
Forum: C++ 4 Days Ago
Replies: 5
Views: 183
Posted By evstevemd
I have tried to do some Major C++ project with big failure as result. This produced great heart ache that made me recoil from doing further C++ projects. Here is the partial list of my failure:...
Forum: Windows Vista and Windows 7 4 Days Ago
Replies: 3
Views: 204
Posted By evstevemd
They didn't said anything on persistence
Forum: Windows Vista and Windows 7 4 Days Ago
Replies: 3
Views: 204
Posted By evstevemd
Thanks I will Check it!
Forum: Getting Started and Choosing a Distro 5 Days Ago
Replies: 4
Views: 190
Posted By evstevemd
And what about hardware and its drivers? Because I plan to use it among different computers :?
Forum: PHP 5 Days Ago
Replies: 109
Views: 3,244
Posted By evstevemd
Keith once wrote a login System. I'm basing my code on that (even borrowed some stuffs as they are). So guys, can you rate the security of it? Also what About IP attacks. I heard the term but don't...
Forum: Getting Started and Choosing a Distro 5 Days Ago
Replies: 9
Views: 535
Posted By evstevemd
Cool :)
Forum: Getting Started and Choosing a Distro 5 Days Ago
Replies: 4
Views: 190
Posted By evstevemd
Is there simple way to install Grub without messing with command line?
That black screen sometimes isn't friendly :)
Forum: Getting Started and Choosing a Distro 5 Days Ago
Replies: 9
Views: 535
Posted By evstevemd
I love KDE and I don't know why you guys don't like it. Is there something wrong? I used KUbuntu some times ago, and was comfortable with KDE
Forum: Getting Started and Choosing a Distro 5 Days Ago
Replies: 9
Views: 535
Posted By evstevemd
I've downloaded ISO, googling to see how I can make it "USB resident" Operating System so that I can walk and boot anywhere, just like when it is installed in machine
Forum: Getting Started and Choosing a Distro 5 Days Ago
Replies: 4
Views: 190
Posted By evstevemd
Hi all,
I have downloaded Mandriva One 2010. I have Windows Vista and one 80GB external HDD. I want to install Mandriva in that USB drive (On 40GB partition specifically) and walk with it anywhere....
Forum: Windows Vista and Windows 7 5 Days Ago
Replies: 3
Views: 204
Posted By evstevemd
Hi all,
I have downloaded Mandriva One 2010. I have Windows Vista and one 80GB external HDD. I want to install Mandriva in that USB drive (On 40GB partition specifically) and walk with it anywhere....
Forum: C++ 5 Days Ago
Replies: 4
Views: 171
Posted By evstevemd
the fact that I have to deal with C code to get win32API work turns me off.
Also bad long names just discuorages. C/C++ is really hard beast to tame ):
Forum: PHP 5 Days Ago
Replies: 4
Solved: xampp
Views: 203
Posted By evstevemd
I don't recommend XAMPP, though it is good once you get used to it! I recommend WAMP, it is elegant and Good. Also check your PHPMyAdmin to browse your databases
Showing results 1 to 40 of 1000

 


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

©2003 - 2009 DaniWeb® LLC