39,393 Topics
![]() | |
i want to read a ms word file and parse the text in it with mysql database leaving the meta-information as waste. is there any way of doing that . also there are some ".dpc to text" convertors available but how to connect it to mysql query so that it … | |
i want to create an application in friendster.. heres my code: index.php [code] <?php require_once(dirname(__FILE__). '/lib/FriendsterAPI.php'); // TO DO: Enter your secret key below define('T_SECRET', 'f0ce8960ce76e39193ef43bea42f8a97'); define('T_CSS_STYLE', ' style=" height: 120px; background-color: #111111! important; overflow: hidden; margin: 0 auto; "'); // GET parameters from callback URL $user_id = $_REQUEST['user_id']; $api_key … | |
Hi Every1, Can any1 please help me. i want a code where i can the search for a word in my website and display all the related word results in the same page.. all the pages are static..i want the code in ajax or JS or php. Thanku. | |
Hello... I am working on a CPC and CPM ads system for a client, and they wanted to use an iframe displayed on another persons site in order to actually serve the ads. So, i have developed the whole script, and it is working when used by getting the $_SERVER['hostname'] … | |
I get the following error: [B]Warning: mysqli_query() expects parameter 1 to be mysqli, string given in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\docdue\create_group.php on line 50[/B] Anyone have any ideas what is wrong? Thanks [CODE] <?php session_name("duedate_session"); session_start(); ?> <?php require_once("includes/db_connection.php"); ?> <?php require_once("includes/functions.php"); ?> <?php include("javascripts/validation.js"); ?> <?php include("includes/header.php"); ?> <?php $groupid … | |
hi i am trying to collect the database of books from the devloper area of isbndb.com. this site provide us a passkey with the help of that we can collect the xml data from database depending upon criterias. .[url]http://isbndb.com/api/books.xml?access_key=6XEB6RTL&index1=publisher_id&value1=oreilly[/url] this link collect the xml data of books publisher of oreilly. … | |
![]() | |
This issue has me absolutely stumped. I have a drop-box on my site that contains 26 options (each options being a letter of the alphabet). This drop-box is being used to sort a database full of records by the records that correspond with the selected letter chosen. The "onchange" event … | |
hi, i have passed following parameters in ajax function, [ICODE] onclick = "agU(<?php echo $u . ' , ' . $msg; ?>);" [/ICODE] its not working. when i test the same function in following way it runs fine. [ICODE] onclick = "agU(<?php echo $u; ?>);" [/ICODE] am i commiting any … ![]() | |
Hello, Is there any way to list the search result based on the relevance of that record vs keywords, not depending on the sequence of that record in database? Thank you | |
I am trying to use base64 encryption with DESede algorithm. I have a solution in JAVA. for Example: The encrypted form of the word 'password' is '7JHe7Oo335uQ4JqjxIWyxw==' I need similar solution in PHP. Can anyone help? | |
Hi all, I have a problem with the special characters. I can insert the special characters like ©,®,“ etc... into a database table. And it is successfully getting inserted into the table. But when i tried to retrieve it from the table it is converted into a symbol like ' … | |
I need help from you guy to check what wrong with my code i headache and think few days also can not slove help pls. I need to create a more than one attachment file when other use my mail system . So how to do Here is the code: … | |
am using a select option on the html form and i want to insert the username and password if it does exist basing on a category selected form the select list if the user select administtrator as the category the username and password shd be inserted in the admin table … | |
ok my assignment is to make a login form that will accept a user name and password. if the user name and password don't match it doesnt do anything, but if it does it takes it to a website. my only problem is when i go to run it i … | |
Hi I am working on a website, that has 2 JavaScript elements. I have a post in another thread about loading content into a HTML DIV, I have that partially working. Doesn't work from a link yet. Does work on initial page load. Ok my problem is: I am using … | |
Is it possible to create directory in [url]www.freehyperspace2.com[/url].[CODE=php]<html> <head></head> <body> <?php $i=190; $uploaddir = "resumebasket/".$i; mkdir($uploaddir,0777); print "created"; ?> </body> </html>[/CODE] In this code i'm getting output created.but the directory was not in the site.This access is available in this site. | |
hi i would like to update the lecturer lec_id of an module if that module does not have an lecturer a signed, but same time must not update the modules lecuturer when there is already one present... the columns in table module are mod_id, mod_name, lec_id.. mod_id and mod_names have … | |
I've searched through the threads and I can't find what I am looking for exactly. I apologise if I'm posting something already resolved for someone else. I have a page for browsing the contents of a database. An option for each of those records is to update/edit. The user clicks … | |
Yes, there are many posts out there about badword filters, and most seem to fall short of something you'd want to turn loose on a corporate website. I've created a fairly elegant badword solution, and I wish to share it with the development community. I'm looking to optimize it a … | |
This is driving me nuts!!! I am passing a text array from a form to another file and trying to display the data. I have reduced the process to it's simplest form and still can not make it work. FormSend.php: [code] <?php echo '<form method="post" action="FormRecieve.php" name="Activate"> <input type="text" name="fruit[]" … | |
Please help me to track it out. how do i use facebook login information to validate a user in my site and also i want to extract some information from facebook about that user. | |
Anyone can help me solve this. I create a web site using css and lot of image when i upload on the apache server all the thing can not be display on my pc or in other pc when i access the address. So any genius help me solve this … | |
Hi, I have spend a while working on a new project called HappyThumbs (Was going to go for IThumbs but then I Googled it :P)(BTW don't Google IThumbs with safe search off) but I was hoping some people could help me test it and feed back on this thread. The … | |
In mysql database for date filed i'm using datatype as Timestamp in that field date part is updated as today's date but when comes to time it is updating as 09:00:00 like this instead of 15:00:00 and i'm using wamp.can anyone solve this problem. | |
Hi all, I've recently begun working with mysqli in a php site in order to make use of bound queries. Now I have a config file that I am including in all pages that has something similar to: $dbc = new mysqli(_HOST,_USER,_PASS,_DBNAME); and this works as expected. If I then … | |
Hello All, I got hosting from Yahoo. It doesn't allow me to upload files starting with a full stop. And I purchased a classifieds script. It requires the .htaccess file to work. Can anyone suggest a replacement for .htaccess files? I mean any program that works as .htaccess but does … | |
Hello People.. I am using cURL to open up a web page from my page. I am giving my password and email.. but on LIVE HTTP headers a plugin by FF..it shows error 404.. it says so because the new page has a css file named "io.css" and error 404 … | |
Hi, i really need help with this :/ the export field in my localhost PHPmyadmin has many fields and I must be doing something wrong, because the receiving end doesnt load the database at all. I set: SQL in STRUCTURE: Add AUTO_INCREMENT value Enclose table and field names with backquotes … |
The End.