396 Posted Topics
Hi, How can use MsAccess database on Linux machine? I use PHP to connect to mdb and work with it. Thanks | |
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 | |
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: … | |
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 | |
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 | |
Hi, In what sql cases we should lock particular rows? Is it UPDATE and DELETE only. Thanks | |
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] | |
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] | |
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 | |
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? | |
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 | |
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 … | |
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 | |
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 | |
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 … | |
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 | |
Hi, I have just installed Ubuntu 8. Do i need to install any AntiVirus for it? Or is there any such thing? Thanks | |
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. … | |
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] | |
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"; } … | |
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] | |
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 … | |
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" … | |
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 … | |
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 | |
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] | |
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 | |
Hi, How can i run a file called card.exe stored as "C:\Documents and Settings\user1\Desktop\card.exe" with PHP? thanks | |
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 … | |
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 | |
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 … | |
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] | |
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'); … | |
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 … | |
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] | |
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 … | |
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 | |
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 … | |
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 | |
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] | |
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 | |
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 | |
Hi, Similar Page Result is 18% for my websute? Is it bad? Or, what is good or what is bad for a website? Thanks | |
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 | |
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 | |
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 | |
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] | |
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 = … | |
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 … | |
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 |
The End.