- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 26
- Posts with Upvotes
- 25
- Upvoting Members
- 15
- Downvotes Received
- 9
- Posts with Downvotes
- 9
- Downvoting Members
- 6
Right Now Smart Communications has given me the task of web developer and Satellite Programmer
- Interests
- WEB and networking development
- PC Specs
- windows XP sp3 with apache server and PHP 5 and mysql and MSSQL and SAP
169 Posted Topics
Re: I go for SEO S=earch E=ngine O=ptimization To look for SEOs go learning about server analytics like google analytics, bing analytics, yahoo analytics (I am not sure for yahoo if it is yahoo analytics or not) | |
Re: php2pdf is one of the basic programming structure of PHP to pdf. because of this php2pdf. I concluded my self that it was the HTML, not PHP, to pass down and convert it to pdf. but since dynamic comptuing is needed and want to convert it to pdf, PHP is … | |
Re: ican't figure it out if this textbox, label or what. ![]() | |
<?php $array['key1']['key2']=array(); array_push($array,$array['key1']=>'one',$array['key2']=>'two') print_r($array['key1']['key2']); ?> can someone tell me if this is possible for multidimensional arrays? revise the code if I am wrong actually I am creating a site for billboards reservation ![]() | |
May I ask if there already broadband connections that uses USB or HDMI the connection medium of a modem or router or gateway of a certain house to the node or exchange? I would like to also chat with you for open discussion forum at this email address aldrich.uy.g@gmail.com | |
I have a project that must have centralization of databases that will have access to the web on a PHP script. I can merge MSSQL and MySQL databases if and only if they were both: 1.) On a same server or 2.) Of the same server type The problem is … | |
Re: Both of all you need has security processes and they are all good. Look for the costs now | |
Re: there's some sort of a problem in your mysql database password. can you check the settings in your phpMyAdmin for that certain database setting? | |
Re: you can also look for jQuery Chatbox in google this is similar to the chatbox of facebook. you can maniulate it's design as well. | |
Re: greetings mr. Sandeepek, I would like to answer your question in a weel step by step manner. things you need to consider: Do not store files directly to the database because it will be heavy for the database. store the files to a folder where the file path along with … | |
Re: here's the easy logic hard to program type of code, create a php code that has an ability to update a certain file. during the process of updating the contents of the file, and that should be called that will display on another page. you do not need database if … | |
Re: omg, are you using special security functions on your table structures. it will be a big headache. | |
Re: are there any having website samples with the one you want? | |
Re: don't use string position function. use explode function. this will count all the characters including special cahracters on the type char, string, double, float and int. so in this case the syntax should be. $array_of_str=explode('',$string); //converts the $string into an array element per character print_r($array_of_str) $i=0; foreach($array_of_str as $array_of_chars){ //read … | |
Re: @dhani09 you made a wrong move, very confusing syntax on the last post. try to loearn about SELECT * INTO FROM where. this was another query technique of copying data from one table to another without fetching before insertint it to another. make sure your parameters are defined and the … | |
Re: I can't understand the whole stuff. but just a part of it... are you saying to separate the list of answers which was in your text file and display then select each of these answers and it insert it to an array? | |
Re: as what AHarrisGsy said... his comment is right. but additional to that is... the font type text of a certain language is also a big problem in cross browser testing. this a css issue on cross browser plattforms. second, from your development site, it's css is somewhat different to the … | |
Re: define us your logic. I think I got your idea somehow but let me say it, so correct me if I am wrong. For example. I leaved on this day and the policy of the company has only 7 working days except saturday and sunday. And I still havent used … | |
Re: I think you are saying about offline server on localhost. Then that won't work (e.g. setting the APACHE server to offline) it won't work | |
Re: Can I give you some additional advice? You said you are trying to save <person> table to <academic> table as foreign key right? So why don't you try to normalize the database since the connector is staffId why dont you use left join functions? It will make it short and … | |
Re: yeah a bunch of us can help you alot. Do some normalization stuff | |
Re: as based on facebook. a jQuery is needed. I dont know how to post a diagram here (jpeg) but Let me explain it to you. First you need to have a little background stuff on... 1.)jQuery 2.)Javascript <-- this is mainly needed for Ajax and jQuery scripting 3.)HTML's form behaviors … | |
Re: very good path to take as an alternate route. | |
Re: the session destroy was also in the same config folder as well | |
Re: squidge was right. But I also prefer to have the database to store the file path for your Src in replace of what squidge's post on `src="'.$dir.'/'.$file.'"` this mannser it will be `src="'.$filepath."'` the$file path is what taken from sql database | |
Re: pixelsoul and pritaeas comments are both true. well there's one trick, PHP's exec() can execute exe files, lebian files, Jar files, and Mac OS' executubale file. those that are made of program. Not Media type files. one trick here is to download the executable file then run the PHP script, … | |
Re: <?php // Default movie $movie = 'myip/movie/movie1.mov'; // pretend movie is the param passed to the php script if(isset($_GET['movie'])) { // do your query to get the proper movie // for $_GET['movie'] from your database $movie = result_from_my_database_for($_GET['movie']); } header('Content-type: application/x-rtsp-tunnelled'); readfile('rtsp://'.$movie); ?> that is my sample but can you … | |
Re: first change the code: of your html and place the code below before your <HTML> opening <?php //initialize variables $pass_text1; $pass_text2; //if text box 1 only if(isset($_POST['box1'])&&(isnull($_POST['box2']))){ $pass_text2=$_POST['box1']; $pass_text1=''; } //if text box 2 only else if(isset($_POST['box2'])&&(isnull($_POST['box1']))){ $pass_text1=$_POST['box2']; $pass_text2=''; } //if both has value else if(isset($_POST['box1'])&&(isset($_POST['box2']))){ $pass_text2=$_POST['box1']; $pass_text1=$_POST['box2']; } //if … | |
what is the reason of removing the feature toggle code? previous interface of this website has toggle code. may I know why was it removed? | |
Re: oh my oh my, your code `6.$sql = "INSERT INTO order SET username='$username', warranty='$warranty', delivery='$delivery', price='$price'";` echo that line so you can see why. at a first glance you mistaken or should I say forgot to initialize the values of the variables $username, $warranty, $delivery and $price. since you did … | |
Re: post your code here pertaining to your registration and log stuffs | |
Re: there are pros and cons in php and ASP.NET For PHP-(Pros) 1.)opensource-not necessarily saying that it's free no matter what website are you planning. Just a matter of paying expenses for the server. 2.)accurate report of error-very readable and easy to understand. 3.)easy to manipulate functions-you can undertand fast on … | |
Re: I agree with dorco. there was a function in php called ini_set() like what dorco posted above, but the memory limit... it dpends on your server resources. there was something fishy with your server's memory allocation. does it really errors out when allocating to a 10MB? is this server you … | |
Re: mysql_num_rows will be in handy remove curly brackets | |
Re: you are misplacing the rules and applications of alignment and margin. for example we have a div tag. Margin is indenting the contents inside of the div while alignment is setting the div itself. in using float you also forgot to use clear both in css. | |
Re: make sure test.php was realy existing | |
Re: `<a href='index.php?id=profile&u=".$id3."'>".$rows['username']."</a>` your $id3 is $result['id'] while the output value is $rows['username']. May I know if users is the profile of the currently logged on user? I assume that u_friends is the user's friends list right? sot the $id3 is came from users while $rows['username'] came from u_friends... they are … | |
Re: strlen() <- count the characters including white space strToLower() <-forces string to lower case strToUpper() <-forces string to upper case | |
Re: post your jQuery function code here. the one you want code up with php | |
Re: what on earth!!! try to do some normalization of database tables. and use left join functions | |
Re: Let me also explain what Join tables can do. I assume you have a little background or just staring up relational database programming. I would rather like to read the subject title "sets" in discrete mathematics because they are the same with database programming. let's say in SETS, there was … | |
Re: see your backtick on your email field of line 24 ('cardno','c_status','V_idno','c_name','m_name','f_name','Phone',`email`,'age','sex','m_status', 'address','District') | |
Re: could you display the error? seems to be mysql_connect is missing the parameters | |
Re: this is just an RSS of links. there were alot of RSS code in jQuery. look for them in googling | |
Re: look for free jQuery-PHP chat scripts. there are bunch on the web. | |
Re: I agree to what AHarrisGsy is saying. additional to that, in your local server, you can set the config for static IP address on your localserver (wampp, xampp or IIS). then on your URL, you can access it by replacing the localhost with the post configured static IP address. e.g. … | |
|
The End.