Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
74% Quality Score
Upvotes Received
26
Posts with Upvotes
25
Upvoting Members
15
Downvotes Received
9
Posts with Downvotes
9
Downvoting Members
6
1 Commented Post
4 Endorsements
Ranked #397
Ranked #464
~151.43K People Reached
About Me

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
Favorite Tags
php x 254
mysql x 51
c++ x 27
java x 13

169 Posted Topics

Member Avatar for starwebmaker09

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)

Member Avatar for robertcoble
5
2K
Member Avatar for abdulazeem

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 …

Member Avatar for QuilhaSoft
0
3K
Member Avatar for rpv_sen
Member Avatar for masterjiraya

<?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

Member Avatar for diafol
0
72K
Member Avatar for masterjiraya

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

Member Avatar for rubberman
0
200
Member Avatar for masterjiraya

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 …

Member Avatar for masterjiraya
0
327
Member Avatar for MasterHacker110
Member Avatar for masterjiraya
0
250
Member Avatar for davidjennings

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?

Member Avatar for davidjennings
0
541
Member Avatar for bLuEmEzzy

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.

Member Avatar for bLuEmEzzy
0
244
Member Avatar for sandeepek

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 …

Member Avatar for sandeepek
0
226
Member Avatar for yy886

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 …

Member Avatar for broj1
0
2K
Member Avatar for er.durgeshkumar
Member Avatar for masterjiraya
0
355
Member Avatar for erictdavid
Member Avatar for annaharris
0
210
Member Avatar for ivanichi

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 …

Member Avatar for annaharris
0
442
Member Avatar for dhani09

@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 …

Member Avatar for dhani09
0
217
Member Avatar for ferdinandmucos

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?

Member Avatar for ferdinandmucos
0
458
Member Avatar for rambleon

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 …

Member Avatar for rambleon
0
267
Member Avatar for rjony321

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 …

Member Avatar for rjony321
0
161
Member Avatar for davy_yg

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

Member Avatar for TonyG_cyprus
0
243
Member Avatar for harbi.dayah

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 …

Member Avatar for harbi.dayah
0
1K
Member Avatar for sandi009
Member Avatar for masterjiraya
0
166
Member Avatar for yy886

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 …

Member Avatar for masterjiraya
0
230
Member Avatar for amar k
Member Avatar for shakayu
Member Avatar for irfath

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

Member Avatar for masterjiraya
0
279
Member Avatar for shimira

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, …

Member Avatar for masterjiraya
0
193
Member Avatar for sandi009

<?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 …

Member Avatar for masterjiraya
0
543
Member Avatar for Kniggles

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 …

Member Avatar for masterjiraya
0
376
Member Avatar for masterjiraya

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?

Member Avatar for Reverend Jim
0
187
Member Avatar for ibn_sumal

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 …

Member Avatar for ibn_sumal
0
422
Member Avatar for helpme005
Member Avatar for helpme005
0
236
Member Avatar for shubham.sss05
Member Avatar for mohammed.ismail
0
173
Member Avatar for rajhoq12

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 …

Member Avatar for <M/>
1
500
Member Avatar for varunsara

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 …

Member Avatar for TonyG_cyprus
0
299
Member Avatar for wolfgangcs
Member Avatar for Abdulove
Member Avatar for masterjiraya
-3
125
Member Avatar for Reliable

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.

Member Avatar for pixelsoul
0
174
Member Avatar for Naga14
Member Avatar for nuno.freitas.meneses.monteiro

`<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 …

Member Avatar for nuno.freitas.meneses.monteiro
0
167
Member Avatar for Tko_1
Member Avatar for Vijaysurya

strlen() <- count the characters including white space strToLower() <-forces string to lower case strToUpper() <-forces string to upper case

Member Avatar for masterjiraya
0
205
Member Avatar for milkman93
Member Avatar for Naga14

what on earth!!! try to do some normalization of database tables. and use left join functions

Member Avatar for masterjiraya
0
163
Member Avatar for frankie.bailey.14

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 …

Member Avatar for masterjiraya
0
426
Member Avatar for sumon_ahona

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')

Member Avatar for broj1
0
184
Member Avatar for Webville312
Member Avatar for Webville312
0
350
Member Avatar for OsaMasw

this is just an RSS of links. there were alot of RSS code in jQuery. look for them in googling

Member Avatar for OsaMasw
0
303
Member Avatar for firelife12

look for free jQuery-PHP chat scripts. there are bunch on the web.

Member Avatar for masterjiraya
0
225
Member Avatar for andika.kurniawan.121

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. …

Member Avatar for masterjiraya
0
141
Member Avatar for thebhatt

The End.