396 Posted Topics

Member Avatar for veledrom

Hi, How can use MsAccess database on Linux machine? I use PHP to connect to mdb and work with it. Thanks

Member Avatar for vimotaru
0
100
Member Avatar for veledrom

Hi, [code]INSERT INTO money (salary) VALUES ('100,000,000.00')[/code] 100,000,000.00 is stored as 100.00 in decimal (14,2). I don't know what is wrong? Thanks

Member Avatar for almostbob
0
144
Member Avatar for veledrom

Hi, Data is stored like this in Varchar(2500) (with paragraphs): [code] Looking for NET developer, programmer. Required skills: VB.NET NET MsSQL XHTML If you are interested, please call "000" number's test. Thanks [/code] When i echo it, it is displayed like this: [code] Looking for NET developer, programmer. Required skills: …

Member Avatar for veledrom
0
79
Member Avatar for veledrom

Hi, I use PHP Swift mailer to send around 2000 emails in one go. I just wonder if there is a chance to find out: Who have received? Who have not received? Any idea? Thanks

Member Avatar for veledrom
0
1K
Member Avatar for veledrom

Hi, I use login screen in my php page withoutp HTTPS. HTTP only. I use SHA1 for password encription. What do you suggest me to do for best security practise when i check username and password from database for login process? Thanks

Member Avatar for mschroeder
0
88
Member Avatar for veledrom

Hi, In what sql cases we should lock particular rows? Is it UPDATE and DELETE only. Thanks

Member Avatar for verruckt24
0
46
Member Avatar for veledrom

Hi, In PHP page, Code below always returns TRUE even no record is updated. How can i solve this problem? Thanks [code] $q="UPDATE login SET password=SHA1('$newPassword') WHERE id='$loginID' AND password=SHA1('$oldPassword')"; $run=mysql_query($q); if ($run===TRUE) { echo "SUCCESSFUL"; } else { echo "ERROR: Old password is wrong. Please try again."; } [/code]

Member Avatar for nav33n
0
136
Member Avatar for veledrom

Hi, Code below always returns only 1 record therefore i don't need while. How can i get result without while loop? Thanks [code] $q="SELECT id FROM login WHERE username='$username'"; $sql=mysql_query($q); if (@mysql_num_rows($sql)==1) { while ($arr=mysql_fetch_array($sql)) { $id=$arr["id"]; } } [/code]

Member Avatar for nav33n
0
75
Member Avatar for veledrom

Hi, I have just installed my sound card. I use 5.1 speaker system but only right side and main subbuffer works. Can i enable 5.1 somewhere in ubuntu? I enabled all diasabled features and selected 6 ch in sound preferences but not working. Thanks

0
96
Member Avatar for veledrom

Hi, I get this error in my myPhpAdmin in WAMPserver 2f. [code]#1045 - Access denied for user 'root'@'localhost' (using password: NO)[/code] How can i solve it?

Member Avatar for PirateTUX
0
209
Member Avatar for veledrom

Hi, I am creating a survey where 2000 people people will attend. I use Ms Access 2003 as a database. Do you think, Access is capable to do this? I am wondering, if more than one person use Ms Access, will it be still safe. Thanks

Member Avatar for HI2Japan
0
81
Member Avatar for veledrom

Hi, I have 2 questions for concurrent access to a TXT file and Ms Access. I have a TXT file to store user entries (Name and Surname). I also use Ms Access Database to do same thing, storing user entries. If more than 1 user uses my service, will it …

0
74
Member Avatar for veledrom

Hi, I have a textarea with 2 information in (bmw, mercedes). When i click on bmw, it will be transfered into other texarea. How can i do it? Thanks

Member Avatar for veledrom
0
100
Member Avatar for veledrom

Hi, I have WAMP installed on XP. I put everything under wamp/www folder to be run PHP. I want to use D:\ drive as well to run PHP along with wamp/www. Thanks

Member Avatar for veledrom
0
89
Member Avatar for veledrom

Hi, I want middle Div to be automatically adjusted between left and right divs. When i write a long sentence or add something into middle div, the right div is pushed down. How can i make them stable? Thanks [code] <body> <div style="height:100px; background-color:#CCCCCC">TOP </div> <div style="width:200px; height:800px; float:left; background-color:#E9F3DE">LEFT …

Member Avatar for manishbhatt
0
130
Member Avatar for veledrom

Hi, Size of HTML <hx> tags differs in Ie and Firefox. For example <h2> is displayed bigger in IE whilst it is smaller in Firefox. How can i solve this problem? Thanks

Member Avatar for veledrom
0
84
Member Avatar for veledrom

Hi, I have just installed Ubuntu 8. Do i need to install any AntiVirus for it? Or is there any such thing? Thanks

Member Avatar for veledrom
0
88
Member Avatar for veledrom

Hi, I’ll use a txt file to store locations in it. When I user click on button, the locations will be read from txt file and stored in an array. If more than 1 user run this script, will it cause problem like “File is already open”? It this reliable. …

Member Avatar for veledrom
0
84
Member Avatar for veledrom

Hi, How can i break body message into pagagraphs? Example; Example below should be like this. Hi, How are yo today. Bye [code] <input type="button" value="Unsubscribe" onClick="parent.location='mailto:contactus@mymail?subject=Subscribe%20to%20Whatever&body=Hi,How are yo today.Bye"> [/code]

Member Avatar for veledrom
0
83
Member Avatar for veledrom

Hi, When the mouse is over the small image in a table cell, the large image appears in other cell. Code below works fine in IE but not in other browsers. How can solve this issue? Thanks [code] <html> <head> <script language="javascript"> function changeBgImage(whichCell) { if (whichCell=="small_1") { document.getElementById("large").background="1l.gif"; } …

Member Avatar for veledrom
0
82
Member Avatar for veledrom

Hi, This line is not validated in HTML validator. How can solve this problem. onMouseOver and onMouseOut Thanks [code] <td onMouseOver="this.style.backgroundColor='#AEBCFF'" onMouseOut="this.style.backgroundColor='#FFFFFF'">sdsdsad</td> [/code]

Member Avatar for veledrom
0
61
Member Avatar for veledrom

Hi, I am wondering if code below is right. Is there any unnecessary line? Thanks [code] <% on error resume next ad=request.form("name") Set RcSet = Server.CreateObject("ADODB.RecordSet") sql = "Insert Into veriler (name) Values ('"&name&"')" 'ADD sql = "Update veriler Set name='"&name&"' Where id=1" 'UPDATE sql = "Delete From veriler Where …

Member Avatar for veledrom
0
230
Member Avatar for veledrom

Hi, I have done these for SEO of my site. What else do you suggest to me because, it doesn't work? I have done all these 4 week ago though! Thanks 1. [code] <meta name="description" content="This is the best Car" /> <meta name="keywords" content="BMW, bmw" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" …

Member Avatar for veledrom
0
159
Member Avatar for veledrom

Hi, I have a webpage with 3 pages which are called main.html, aboutus.html, contactus.html and result.html. I want to put a searchbox into first 3 pages to be able to search a keyword in the html content and display in result.html. How can do it? Thanks Note: I hope this …

Member Avatar for jakx12
0
95
Member Avatar for veledrom

Hi, when i link a image in my page, the background becomes thick navy colour and takes little space from up, bottom, left and right sides. I can change background colur but i cant remove those spaces that come out when i made image a link. Any idea? Thanks

Member Avatar for veledrom
0
71
Member Avatar for veledrom

Hi, Code below generates this error "Run-time error 424 Object required". What can i do? VB6. thanks [code] Private Sub Command3_Click() My.Computer.Registry.CurrentUser.CreateSubKey ("TestKey") End Sub [/code]

Member Avatar for Comatose
-1
166
Member Avatar for veledrom

Hi, I want to create a little program to run xxx.exe stored in my server from my local PC. It will be run automatically when i start my PC. How can i do it? Thanks

Member Avatar for cguan_77
0
108
Member Avatar for veledrom

Hi, How can i run a file called card.exe stored as "C:\Documents and Settings\user1\Desktop\card.exe" with PHP? thanks

Member Avatar for buddylee17
0
40
Member Avatar for veledrom

Hi, When i click on submit button, javascript is going to check a particular textbox if it is empty. If it is then don't validate the form and make a text message visible from invisible. How can i do it? No CSS please. thanks [code] <form name="form1" method="post" action="a.html" onsubmit="return …

Member Avatar for veledrom
0
134
Member Avatar for veledrom

Hi, I want to buy a JavaScript book to learn. What is the best book that should also have information about form validation, HTML DOM etc. with examples. Thanks

Member Avatar for Luckychap
0
56
Member Avatar for veledrom

Hi, I have downloaded Drupal but i have some questions. 1. I have read the installation but didn't get it. I need help to install it. I run WIN XP with WAMP server. 2. Can i use it in my local compuer with WAMP for test purposes. I just need …

Member Avatar for sikka_varun
0
161
Member Avatar for veledrom

Hi, How do i check if any of these checkboxs are selected. If nothing is selected then invalidate the form. Javascript thanks [code] <input type="checkbox" name="MYcheckbox[]" value="0"> <input type="checkbox" name="MYcheckbox[]" value="1"> <input type="checkbox" name="MYcheckbox[]" value="2"> <input type="checkbox" name="MYcheckbox[]" value="3"> [/code]

Member Avatar for brechtjah
0
159
Member Avatar for veledrom

Hi, I created a XML file and trying to write into it. It does write but, without the values from database. For example code below writes only <Title></Title> without the value. It should be <Title>My name</Title>. I do echo and the variable is full. Value [code] ........ $xmlFileName="test.xml"; $process=fopen($xmlFileName, 'w'); …

Member Avatar for veledrom
0
81
Member Avatar for veledrom

Hi, This (DOM) display the data stored in XML formatted with a XSL file. Ik works fine. [code] $xslDoc = new DOMDocument(); $xslDoc->load("bookstore.xsl"); $xmlDoc = new DOMDocument(); $xmlDoc->load("bookstore.xml"); $proc = new XSLTProcessor(); $proc->importStylesheet($xslDoc); echo $proc->transformToXML($xmlDoc); [/code] I want to do it with (simplexml) with also including XSL. Code below displays …

0
62
Member Avatar for veledrom

Hi, I fill XML file manualy to print the data. How can we fill the XML file automaticaly like (data will be fetched from database and fill XML). Thanks [code] <catalog> <cd> <title>Empire Burlesque</title> <artist>Bob Dylan</artist> <country>USA</country> <company>Columbia</company> <price>10.90</price> <year>1985</year> </cd> </catalog> [/code]

0
54
Member Avatar for veledrom

Hi, This is my XML file. I want to retrieve information stored in a HTML Table in index.html page. How can i do it? Thanks [code] <?xml version="1.0" encoding="UTF-8"?> <memo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="memo.xsd"> <header> <companyName>XML development LTD</companyName> <to>myemail@yahoo.com</to> <from>xml@yahoo.com</from> <date>1979-11-07</date> <reg>I don't know the reg</reg> </header> <body> <message> <parag>Hello, How are …

Member Avatar for veledrom
0
163
Member Avatar for veledrom

Hi, I cant save any php file into www. Gives permission error in text editor. But, i can save with using sudo nano ..... in terminal. In the properties of www directory, it permites only root. How do i solve this problem? Thanks

Member Avatar for lio04
0
562
Member Avatar for veledrom

I don't want to repeat writing $value in if statement. Is there any way to write once and add conditions like below? Thanks [code] if ($value==1 || $value== 2 || $value== 3) { echo "I don't want this way"; } if ($value==1 || 2 || 3) { echo "I want …

Member Avatar for veledrom
0
71
Member Avatar for veledrom

How do i copy paste a folder or a file from xp to ubuntu or the other way round? I want to keep everyting in xp because Ubuntu runs in Ms Virtual PC 2007. Thanks

Member Avatar for stephen84s
0
160
Member Avatar for veledrom

Hi, I have Ubuntu 8. Sound doesn't work. I have Realtek HD. This what i have done before but not working. [code] sudo vi /etc/rc.local add “modprobe snd-sb16″ (before exit 0) write and quit [/code]

Member Avatar for jbennet
0
105
Member Avatar for veledrom

Hi, I have created a virtual machine for Ubuntu with Microsoft Virtual PC. When i start it i can choose either CD or ISO to install Ubuntu. However, it doesn't start. It asks me to put cd or show the iso file again. What can be wrong? Thanks

Member Avatar for veledrom
0
120
Member Avatar for veledrom

I have just installed LAMP and want to create a folder to store all the php and html files. After that run them in [url]http://localhost[/url]. Where and how do i create a folder to store all my files to be executed? Thanks

Member Avatar for veledrom
0
90
Member Avatar for veledrom

Hi, Similar Page Result is 18% for my websute? Is it bad? Or, what is good or what is bad for a website? Thanks

Member Avatar for MidiMagic
0
72
Member Avatar for veledrom

Hi, I have an old laptop and want to install a Linux product to be used for only LAMP purposes. Which Linux is appropriate for my laptop's configs? Thanks Pentium II MMX 333Mhz 128 MB Ram 9GB HDD 4MB VGA memory

Member Avatar for veledrom
0
141
Member Avatar for veledrom

Hi, How do i define the hard drive in [inlinecode]header('Content-Disposition: attachment; filename=......[/inlinecode] Something like this [inlinecode]header('Content-Disposition: attachment; filename=C:\MyFolder\file.jpeg); [/inlinecode] Thanks

Member Avatar for ShawnCplus
0
47
Member Avatar for veledrom

Hi, I am trying to create id card with picture and some personal information. It should use either barcode or black stripe behind the card. How can use PHP to produce barcode or black stripe? Thanks

Member Avatar for ShawnCplus
0
28
Member Avatar for veledrom

Hi, Button below opens new popup window but doesn't send POST data from form. How can i send POST data? I know "form action" but, i want this way. Thanks [code] <input type="submit" name="buttonUnit" value="Add" onClick="window.open('add.php','Done','width=400, height=130')"> [/code]

Member Avatar for sasankasekhar
0
321
Member Avatar for veledrom

Hi, i can't display the blob pictute in PHP. It only shows a place for the picture in PHP. Thanks This is the record in database. [code] id name type size content ------- ------------- -------------- ------- ------- 6 action.JPG image/pjpeg 2707 BLOB [/code] [code] <?php $id = 6; $query = …

Member Avatar for veledrom
0
444
Member Avatar for veledrom

Hi, I need to find out the term for two different query types. I know that we name queries as PL/SQL stored in the database and called in web pages like view, str.proc. What do we call queries used in web pages as a string and send to dabase to …

Member Avatar for dickersonka
0
53
Member Avatar for veledrom

Hi, Is a stored procedure faster or a normal inline query in a web application? I use mysql but i guess answer must be same for all databases. Maybe not! Also, how do i test speed of the query in php page and in mysql client application? Thanks

Member Avatar for veledrom
0
59

The End.