Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~2K People Reached
Member Avatar for lexaeterna

hello everyone! im using ozeki sms gateway for my website. but for some reason (which i dont know) when i use and implement the script i have on my uploaded website it doesnt work. i get an error message as follows: Request: http://192.168.254.103:9501/api?username=php1&password=12151989&action=sendmessage&messagetype=SMS:TEXT&recipient=%2B639355537225&messagedata=dddd Warning: fsockopen(): unable to connect to 192.168.254.103:9501 …

Member Avatar for Tom87
1
182
Member Avatar for lexaeterna

good day! i just wanna ask if there is a way of getting the path of an image from another computer in LAN and set it as image propety of a picturebox. thanks in advance!

Member Avatar for deceptikon
0
125
Member Avatar for lexaeterna

good day! im working on a migration tool for mysql to mssql. is there any references or codes that you guys can share to me to create databases and transfer data from mysql to mssql? ive just got this idea of using dump mysql files since they also have sql …

Member Avatar for Ancient Dragon
0
135
Member Avatar for lexaeterna

good day everyone! i am currently working for an information kiosk, all the data needed to be displayed is in an existing database. to avoid data tamper, since the system is a network based one, data migration is needed. so my question is, is there any codes or sample projects …

Member Avatar for Begginnerdev
0
154
Member Avatar for lexaeterna

i am working on a project and theres a feature that i seemingly want to include, it is the attachment of a word file in an email and the values that are included in the letter are imported from the database using vb.net is there a way to import values …

Member Avatar for G_Waddell
0
311
Member Avatar for lexaeterna

is there a way to transfer the values of an excel file to a control in vb application (eg datagridview)? if there is, can you also selectively import values by specifying a cell number? it will be a great help. thanks :))

Member Avatar for GeekPlease
0
481
Member Avatar for lexaeterna

i am making an inquiry kiosk for a certain company and it required to be on a network, with sql server as backend database. is there any way that i can connect to the database which is on the server and fetch data?

Member Avatar for Lethugs
0
652
Member Avatar for lexaeterna

im having a hard time coding my php script. it always says "no database selected" but i dont think there is something wrong with my code. here it is: <?php $con = mysql_connect("localhost","",""); if (!$con) { die('Could not connect: ' . mysql_error()); } mysql_select_db('try',$con); $result = mysql_query("SELECT * FROM emptbl") …

Member Avatar for LastMitch
0
155