Forum: PHP Jun 23rd, 2008 |
| Replies: 3 Views: 451 All i need is help to to just move the pic to the webserver. For some reason the image doesnt want to be moved:icon_cry: |
Forum: PHP Jun 22nd, 2008 |
| Replies: 3 Views: 451 I have a created a page to upload images. Can someone please help me. When when I click on browse I would like the picture to go on the server and not change the image name. just to upload the image... |
Forum: PHP Mar 17th, 2008 |
| Replies: 3 Views: 1,007 Can someone please help me I have made an example, of an cookies I have added a value 45 but i have created another page that displays. This prob is when i run the code that has the value 45 its... |
Forum: PHP Mar 14th, 2008 |
| Replies: 5 Views: 1,288 Mysql I am trying to display the info just like the one on the url i sent "http://www.devarticles.com/c/a/MySQL/Building-A-Persistent-Shopping-Cart-With-PHP-and-MySQL/2/"
the results should be at... |
Forum: PHP Mar 13th, 2008 |
| Replies: 5 Views: 1,288 Thanks would anyone know where i can get info on how to display information from a database or retrieve info for my items and display them on the page |
Forum: PHP Mar 13th, 2008 |
| Replies: 5 Views: 1,288 Could some please help me. I am following a tutorial from "http://www.devarticles.com/c/a/MySQL/Building-A-Persistent-Shopping-Cart-With-PHP-and-MySQL/2/"
I keep getting a "
Parse error: syntax... |
Forum: Network Security Nov 5th, 2007 |
| Replies: 0 Views: 1,552 Please help I have Norton Internet Security 2008 I want to install it on a client pc under a win2000 domain. I installed everything but the network connection went down.The win xp client pc uses a... |
Forum: Python Jul 18th, 2007 |
| Replies: 3 Views: 1,755 Thank you for the code it works. Well it displays the window but Its not getting the data from the getdata.py here is the code.For the getdata
import MySQLdb
class Eb_db:
def... |
Forum: Python Jul 17th, 2007 |
| Replies: 3 Views: 1,755 I got this error when i was running a tuturial on how to view data using a grid in wx. I downloaded the modules for wx. I wandering if anyone can help me. this is the error i got
Traceback (most... |
Forum: Python Jul 5th, 2007 |
| Replies: 3 Views: 1,674 could please help me on what am i doing wrong |
Forum: Python Jul 4th, 2007 |
| Replies: 3 Views: 1,674 I used to this code for a splash screen but doesn't run. Please could someone assist. Or help with a link I can check Tkinter splash screens.
from Tkinter import *
try:
from PIL import... |
Forum: Python May 23rd, 2007 |
| Replies: 7 Views: 2,003 Sorry exactly.
The program first asks you select a directory.
Then the listbox selection adds another directory.
So in other words first I select a directory with the use of:
... |
Forum: Python May 22nd, 2007 |
| Replies: 7 Views: 2,003 Thanks for the code. But everytime I select a value its in the textbox and when I select another I want it to refresh the current position.for example:
I select scot in the list box
... |
Forum: Python May 21st, 2007 |
| Replies: 7 Views: 2,003 Here is more code.
def get_list(event):
"""
function to read the listbox selection
and put the result in an entry widget
"""
# get selected line index
index =... |
Forum: Python May 18th, 2007 |
| Replies: 7 Views: 2,003 I was wondering if you could help me out. I have a list box that has seltext and every time i want to select another item in the list it adds on. for example i select "/hello" then it appears as... |
Forum: Python May 4th, 2007 |
| Replies: 4 Views: 5,575 Could someone please help. I would like to sort a multidimensional array. But to sort it out by one key which appears in all array for example.
total=[[serial,'john'],[[serial,'james']]
all... |
Forum: Python Apr 30th, 2007 |
| Replies: 5 Views: 2,138 Thanks for the assistance. here is the final:)
mystr=""
for x in results:
mystr2 = ""
for y in x:
mystr2 = mystr2 + str(y)
... |
Forum: Python Apr 27th, 2007 |
| Replies: 5 Views: 2,138 Thanks for the assistance it works. But when I want to put the print results in a text file it only reads one line. I have tried this code but still gives me inputs one line :| .
for i in... |
Forum: Python Apr 24th, 2007 |
| Replies: 5 Views: 2,138 How do i take results in a mutli dim array and write it to a text file. Each sub array goes on a new line. I am a newbie at this.
[[2934110, 'B1', 'D4', '7C7C7C7C804040404040F140404000'],... |
Forum: Python Mar 1st, 2007 |
| Replies: 4 Views: 1,760 Thank you so much it works :)
b=str(a)
print b.count("'a'") |
Forum: Python Feb 28th, 2007 |
| Replies: 4 Views: 1,760 :sad: Please could some please help me out here . I have an array. I want to count how my 'a' appear and the a must have its quotes 'a'
[(' ', ' ', [('a', 'Scott'), ('9', 'vth')]), (' ', ' ',... |
Forum: Python Jan 22nd, 2007 |
| Replies: 15 Views: 2,524 He is my code
def toR(self):
" Convert to a readable format"
keys = self.fields.keys()
keys.sort()
leader = self.get_MARC()[:24]
print "leader:",... |
Forum: Python Jan 22nd, 2007 |
| Replies: 15 Views: 2,524 I have a program that displays its results in this manner. I added the results in an array this is what I got.
[20]
[35]
[40]
[84]
[100]
[245] |
Forum: Python Jan 2nd, 2007 |
| Replies: 2 Views: 2,910 thank you for the code. sorry for the delay. |
Forum: Python Dec 27th, 2006 |
| Replies: 2 Views: 2,910 I have made a list of names and everytime i want to select a value in the listbox it should give me a result in the Entry box can someone please help me.
This is my listbox values
musicfolder... |